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

16 lines
205 B
JSON

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