Crafting using String, Honeycomb and Soul Sand, arranged in the pattern shown. Produces Soul Candle.
block· Machines & Other Blocks
Soul Candle
LegendaryMonsters · by Miauczel
Soul Candle is a block from LegendaryMonsters, crafted from String, Honeycomb, and Soul Sand.
Acquisition
Mining & drops
| source | count | drop rate | conditions |
|---|---|---|---|
| Soul Candle | 1–1 | 100% | Survives Explosion |
Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.
Block drops
Drops itself when broken.
Developer reference
- Registry name
legendary_monsters:soul_candle- Namespace
legendary_monsters- Mod ID
legendary_monsters- Tags (1)
minecraft:blocks/candles
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"S",
"H",
"A"
],
"ingredients": {
"A": {
"item": "minecraft:soul_sand"
},
"H": {
"item": "minecraft:honeycomb"
},
"S": {
"item": "minecraft:string"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
