Files
minecraft-assets/data/minecraft/recipes/purple_banner.json
2023-02-22 18:29:48 +01:00

22 lines
343 B
JSON

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