Crafting using Any of Coal / Charcoal, Stick and Any Soul Fire Base Blocks, arranged in the pattern shown. Produces 4× Soul Torch.
Soul Torch
Minecraft · by Mojang Studios
Acquisition
Haunting using Torch. Produces Soul Torch.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Soul Torch | 1–1 | 100% | Survives Explosion |
Loot table: Ancient City (minecraft) minecraft:ancient_city | 1–1 | 100% | — |
Used in (1)
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.
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:soul_torch- Namespace
minecraft- Mod ID
minecraft- Tags (3)
minecraft:blocks/piglin_repellents minecraft:blocks/wall_post_override minecraft:items/piglin_repellents
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"S"
],
"ingredients": {
"#": {
"item": "minecraft:stick"
},
"S": {
"tag": "minecraft:soul_fire_base_blocks"
},
"X": {
"anyOf": [
{
"item": "minecraft:coal"
},
{
"item": "minecraft:charcoal"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:haunting",
"pattern": null,
"ingredients": {
"item": "minecraft:torch"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
