Crafting using Torch, Torch, Iron Ingot, Cauldron, Iron Ingot, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Mixing Cauldron.
Mixing Cauldron
Hexerei · by JoeFoxe
Mixing Cauldron is a block from Hexerei, crafted from Torch, Iron Ingot, and Cauldron.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Mixing Cauldron | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
hexerei:mixing_cauldron- Namespace
hexerei- Mod ID
hexerei- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"T T",
"#C#",
"###"
],
"ingredients": {
"#": {
"item": "minecraft:iron_ingot"
},
"C": {
"item": "minecraft:cauldron"
},
"T": {
"item": "minecraft:torch"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}