Soul Lantern
minecraft:soul_lantern

Soul Lantern

Minecraft · by Mojang Studios
block Pickaxe MineablePiglin RepellentsPiglin Repellents

Acquisition

Assembling Machine using Soul Torch and Iron Ingot. Produces 10× Soul Lantern.

Assembling Machine
Soul Lantern Soul Lantern ×10 guaranteed

Haunting using Lantern. Produces Soul Lantern.

Haunting
Soul Lantern Soul Lantern guaranteed

Crafting using Iron Nugget, Iron Nugget, Iron Nugget, Iron Nugget, Soul Torch, Iron Nugget, Iron Nugget, Iron Nugget and Iron Nugget, arranged in the pattern shown. Produces Soul Lantern.

Crafting
Iron Nugget
Iron Nugget
Iron Nugget
Iron Nugget
Soul Torch
Iron Nugget
Iron Nugget
Iron Nugget
Iron Nugget
Soul Lantern Soul Lantern guaranteed

Mining & drops

sourcecountchanceconditions
Soul Lantern1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:soul_lantern
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/piglin_repellents
minecraft:items/piglin_repellents

Recipe JSON (3):

{
  "recipe_type": "techreborn:assembling_machine",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:soul_torch"
    },
    {
      "item": "minecraft:iron_ingot"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:haunting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:lantern"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX",
    "X#X",
    "XXX"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:soul_torch"
    },
    "X": {
      "item": "minecraft:iron_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}