Back to mods
Simple Burnout Torch project artwork

CurseForge · Minecraft mod

Simple Burnout Torch

A simple torch that burns out over time and needs to be re-lit.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Simple Burnout Torch release should I use?

Updated 13 days ago
Latest stable file Simple Burnout Torch - 1.21.1 - 1.0.8
Game version 1.21.1
Loader NeoForge

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.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

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.

No extra mods listed for this file

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.

  1. 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.

  2. 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.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 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.

1 available setups

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

7 of 7 releases match

Looking for an older file? The official CurseForge project page is in Resources.