Shaped Fluid using Any Wool, Any Creosote, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces 12× Torch.
Torch
Minecraft · by Mojang Studios
Acquisition
Crafting using Bridge Torch, in any arrangement. Produces Torch.
Crafting using Any of Coal / Charcoal and Stick, arranged in the pattern shown. Produces 4× Torch.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Abandoned Mineshaft (minecraft) minecraft:abandoned_mineshaft | 1–3 | 100% | — |
| Torch | 1–1 | 100% | Survives Explosion |
Loot table: Village Savanna House (minecraft) minecraft:village_savanna_house | 1–1 | 100% | — |
Used in (2)
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
}


