Files
minecraft-assets/data/minecraft/recipes/painting.json
2018-12-21 06:38:40 +00:00

19 lines
248 B
JSON

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