You've already forked minecraft-assets
Create/Update assets for version 24w07a
This commit is contained in:
21
data/minecraft/recipes/light_blue_banner.json
Normal file
21
data/minecraft/recipes/light_blue_banner.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"group": "banner",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:light_blue_wool"
|
||||
},
|
||||
"|": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"###",
|
||||
" | "
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:light_blue_banner"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user