CurseForge · Minecraft mod
Simple Burnout Torch
A simple torch that burns out over time and needs to be re-lit.
Quick answer
Which Simple Burnout Torch release should I use?
Simple Burnout Torch - 1.21.1 - 1.0.8 targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Simple Burnout Torch required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Simple Burnout Torch - 1.21.1 - 1.0.8 need?
Simple Burnout Torch - 1.21.1 - 1.0.8. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Simple Burnout Torch without breaking your instance.
Built for Simple Burnout Torch - 1.21.1 - 1.0.8. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use Simple Burnout Torch - 1.21.1 - 1.0.8. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside Simple Burnout Torch - 1.21.1 - 1.0.8. It opens that exact file at the source.
About this project
What does Simple Burnout Torch add?
A simple torch, or is it… Fully configurable from the burnout delay to what dimensions it is used in.
This torch will replace vanilla torches when configured to do so, this means that anytime a player places a vanilla torch, it will place a burnout torch instead. There's no way around it, even mods that place torches like Reliquary end up with a burnout torch placed instead.
Torches can be re-lit with a flint and steel once extinguished.
There is config options for the extinguish chance, supported dimensions, blacklisted light sources and allowed light sources.
New in 1.0.4:
Custom Relighter Items
You can add new items that can relight burned-out torches using a datapack tag.
Create or edit the file:data/simple_burnout_torch/tags/items/torch_relighting_items.json.
Example:
{
"replace": false,
"values": [
"minecraft:flint_and_steel",
"minecraft:fire_charge",
"minecraft:blaze_rod",
"minecraft:torchflower"
]
}
Any item listed here will work like Flint & Steel or Fire Charge when used on a burned-out torch. The mod automatically plays the correct sound and consumes or damages the item based on the config setting.
Custom Deny List:
You can deny blocks from being placed as light sources:
Create or edit the file:data/simple_burnout_torch/tags/blocks/blocked_lights.json
or
In KubeJS Server Scripts:
ServerEvents.tags('block', event => {
event.add('simple_burnout_torch:blocked_lights', 'mininggadgets:minerslight');
});
Example:
{
"values": [
"#simple_burnout_torch:sea_lantern_like",
"#simple_burnout_torch:glowstone_like",
"#simple_burnout_torch:jack_o_lantern_like",
"mininggadgets:minerslight"
]
}
Built exclusively my other mods, you're welcome to use in your modpacks.
This mod is still being actively developed, have ideas or feedback? Hit us up on Discord below.
💬 Need Help?
If you have any questions, suggestions, or would like to share your creations,
join us on Discord — we'd love to see what you're building!
Project description from CurseForge.
Pick your setup
Simple Burnout Torch by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Simple Burnout Torch versions and loaders
Simple Burnout Torch - 1.21.1 - 1.0.8
simple_burnout_torch-neoforge-1.21.1-1.0.8.jar
7 Aug 2026
Simple Burnout Torch - 1.21.1 - 1.0.7
simple_burnout_torch-neoforge-1.21.1-1.0.7.jar
14 Feb 2026
Simple Burnout Torch - 1.21.1 - 1.0.5
simple_burnout_torch-neoforge-1.21.1-1.0.5.jar
20 Oct 2025
Simple Burnout Torch - 1.21.1 - 1.0.4
simple_burnout_torch-neoforge-1.21.1-1.0.4.jar
20 Oct 2025
Simple Burnout Torch - 1.21.1 - 1.0.3
simple_burnout_torch-neoforge-1.21.1-1.0.3.jar
14 Oct 2025
Simple Burnout Torch - 1.21.1 - 1.0.2
simple_burnout_torch-neoforge-1.21.1-1.0.2.jar
28 Sept 2025
Simple Burnout Torch - 1.21.1 - 1.0.1
simple_burnout_torch-neoforge-1.21.1-1.0.1.jar
28 Sept 2025
Looking for an older file? The official CurseForge project page is in Resources.