Files
minecraft-assets/data/minecraft/recipe/gray_banner.json
2024-06-13 21:50:08 +02:00

22 lines
324 B
JSON

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