Assembling Machine using Soul Torch and Iron Ingot. Produces 10× Soul Lantern.
Soul Lantern
Minecraft · by Mojang Studios
Acquisition
Haunting using Lantern. Produces Soul Lantern.
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Soul Lantern | 1–1 | 100% | 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
}