Files
minecraft-assets/data/minecraft/recipes/cauldron.json
2024-05-07 18:18:06 +02:00

18 lines
251 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"# #",
"# #",
"###"
],
"result": {
"count": 1,
"id": "minecraft:cauldron"
}
}