Torch
minecraft:torch

Torch

Minecraft · by Mojang Studios
block Wall Post Override

Acquisition

Shaped Fluid using Any Wool, Any Creosote, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces 12× Torch.

Shaped Fluid
Torch Torch ×12 guaranteed

Crafting using Bridge Torch, in any arrangement. Produces Torch.

Crafting ⇆ any arrangement
Bridge Torch
Torch Torch guaranteed

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

Crafting
Any of Coal / Charcoal
Stick
Torch Torch ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Abandoned Mineshaft (minecraft) minecraft:abandoned_mineshaft1–3100%
Torch1–1100%Survives Explosion
Loot table: Village Savanna House (minecraft) minecraft:village_savanna_house1–1100%

Used in (2)

Crafting using Carved Pumpkin and Torch, arranged in the pattern shown. Produces Jack o'Lantern.

Crafting
Jack o'Lantern guaranteed

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

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

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:torch
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/wall_post_override

Recipe JSON (3):

{
  "recipe_type": "immersiveengineering:shaped_fluid",
  "pattern": [
    "wc ",
    "sss"
  ],
  "ingredients": {
    "c": {
      "tag": "forge:creosote"
    },
    "s": {
      "tag": "forge:rods/wooden"
    },
    "w": {
      "tag": "minecraft:wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "mcwbridges:bridge_torch"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "recyclable_lights",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "X": {
      "anyOf": [
        {
          "item": "minecraft:coal"
        },
        {
          "item": "minecraft:charcoal"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}