Files
minecraft-assets/assets/minecraft/recipes/gray_banner.json
2017-04-15 11:12:58 +00:00

21 lines
279 B
JSON

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