Crafting using Elder Bark, Silver Ingot, Cauldron, Silver Ingot, Silver Ingot, Silver Ingot and Silver Ingot, arranged in the pattern shown. Produces Witch Cauldron.
Witch Cauldron
Bewitchment · by MoriyaShiine, cybercat5555
Witch Cauldron is a block from Bewitchment, crafted from Elder Bark, Silver Ingot, and Cauldron.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Witch Cauldron | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
bewitchment:witch_cauldron- Namespace
bewitchment- Mod ID
bewitchment- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" B ",
"SCS",
"SSS"
],
"ingredients": {
"B": {
"tag": "bewitchment:barks"
},
"C": {
"item": "cauldron"
},
"S": {
"tag": "c:silver_ingots"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}