Soul Torch
minecraft:soul_torch

Soul Torch

Minecraft · by Mojang Studios
block Piglin RepellentsWall Post OverridePiglin Repellents

Acquisition

Crafting using Any of Coal / Charcoal, Stick and Any Soul Fire Base Blocks, arranged in the pattern shown. Produces 4× Soul Torch.

Crafting
Soul Torch Soul Torch ×4 guaranteed

Haunting using Torch. Produces Soul Torch.

Haunting
Soul Torch Soul Torch guaranteed

Mining & drops

sourcecountchanceconditions
Soul Torch1–1100%Survives Explosion
Loot table: Ancient City (minecraft) minecraft:ancient_city1–1100%

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.

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

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
}