Crafting using Torch, Torch, Torch, Gold Nugget, Gold Ingot, Gold Nugget and Gold Ingot, arranged in the pattern shown. Produces Golden Candelabra.
Golden Candelabra
Bewitchment · by MoriyaShiine, cybercat5555
Golden Candelabra is a block from Bewitchment, crafted from Torch, Gold Nugget, and Gold Ingot.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Golden Candelabra | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
bewitchment:golden_candelabra- Namespace
bewitchment- Mod ID
bewitchment- Tags (3)
bewitchment:items/average_wands minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"TTT",
"NIN",
" I "
],
"ingredients": {
"I": {
"item": "gold_ingot"
},
"N": {
"item": "gold_nugget"
},
"T": {
"item": "torch"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}