Files
minecraft-assets/data/minecraft/recipe/pink_banner.json
2025-03-12 18:31:32 +01:00

18 lines
280 B
JSON

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