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

18 lines
266 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"# #",
"# #",
"###"
],
"result": {
"item": "minecraft:cauldron"
},
"show_notification": true
}