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

22 lines
339 B
JSON

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