Files
minecraft-assets/assets/minecraft/recipes/gray_banner.json
2018-01-13 19:17:52 +00:00

22 lines
300 B
JSON

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