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

21 lines
309 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:wool"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"item": "minecraft:painting"
},
"show_notification": true
}