Soul Candle
16×16 · BAKED

block· Machines & Other Blocks

Soul Candle

LegendaryMonsters · by Miauczel
block Candles

Soul Candle is a block from LegendaryMonsters, crafted from String, Honeycomb, and Soul Sand.

Acquisition

Crafting using String, Honeycomb and Soul Sand, arranged in the pattern shown. Produces Soul Candle.

Crafting
Soul Candle Soul Candle guaranteed

Mining & drops

sourcecountdrop rateconditions
Soul Candle1–1100%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
}