Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/pink_banner.json
2020-07-20 00:21:55 +08:00

22 lines
300 B
JSON

{
"type": "crafting_shaped",
"group": "banner",
"pattern": [
"###",
"###",
" | "
],
"key": {
"#": {
"item": "minecraft:wool",
"data": 6
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:banner",
"data": 9
}
}