Simple Burnout Torch

Quick rating

Simple Burnout Torch

No reviews yet

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

QoL & Tweaks
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
Simple Burnout Torch - 1.21.1 - 1.0.7
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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!

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.

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!

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~46,000
Total Downloads
CurseForge
~44,000
Modrinth
~1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works