minecraft-assets/data/minecraft/recipes/pink_banner.json

20 lines
288 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "banner",
"pattern": [
"###",
"###",
" | "
],
"key": {
"#": {
"item": "minecraft:pink_wool"
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:pink_banner"
}
}