Files
minecraft-assets/data/minecraft/recipe/blue_banner.json
2025-01-15 18:31:25 +01:00

18 lines
280 B
JSON

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