Files
minecraft-assets/data/minecraft/recipes/gray_banner.json
2024-02-14 17:44:28 +01:00

21 lines
310 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "banner",
"key": {
"#": {
"item": "minecraft:gray_wool"
},
"|": {
"item": "minecraft:stick"
}
},
"pattern": [
"###",
"###",
" | "
],
"result": {
"item": "minecraft:gray_banner"
}
}