MineAssets/1.12.2/assets/minecraft/recipes/magenta_banner.json
2024-12-17 02:08:01 +03:00

22 lines
301 B
JSON

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