Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Cauldron.
Cauldron
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Block loot table: Powder Snow Cauldron (minecraft) minecraft:powder_snow_cauldron | 1–1 | 100% | Survives Explosion |
Block loot table: Water Cauldron (minecraft) minecraft:water_cauldron | 1–1 | 100% | Survives Explosion |
| Cauldron | 1–1 | 100% | Survives Explosion |
Block loot table: Lava Cauldron (minecraft) minecraft:lava_cauldron | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:cauldron- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:blocks/cauldrons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"# #",
"###"
],
"ingredients": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}