Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Cauldron, Any Iron Ingot, Arcane Essence, Cinder Essence and Arcane Essence, arranged in the pattern shown. Produces Alchemist Cauldron.
Alchemist Cauldron
Iron's Spells 'n Spellbooks · by Iron431, Lab3
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Alchemist Cauldron | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
irons_spellbooks:alchemist_cauldron- Namespace
irons_spellbooks- Mod ID
irons_spellbooks- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I I",
"ICI",
"EFE"
],
"ingredients": {
"C": {
"item": "minecraft:cauldron"
},
"E": {
"item": "irons_spellbooks:arcane_essence"
},
"F": {
"item": "irons_spellbooks:cinder_essence"
},
"I": {
"tag": "forge:ingots/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}