Перейти к содержимому
Mineforgian

Simple Burnout Torch

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

Загрузки
1K
Подписчики
2
Обновлён
14 февраля 2026 г.
Лицензия
MIT

Опубликован 15 октября 2025 г.

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!

Ченджлог

1.0.7Релиз1.21.1 · 14 февраля 2026 г.

[1.0.7]

  • Add pylons:expulsion_pylon to Deny List
1.0.5Релиз1.21.1 · 20 октября 2025 г.
  • Gradual Burnout Mechanic Lit torches will now tick down through smoldering and eventually extinguish. Smoldering torches emit half the normal light level and flicker visibly before going out.
1.0.4Релиз1.21.1 · 20 октября 2025 г.

• Added support for custom relighter items via the new item tag:   #simple_burnout_torch:torch_relighting_items   - Items in this tag can now be used to relight Burned Out Torches.   - By default, this tag includes flint_and_steel and fire_charge.   - Modpack makers can freely add or remove items through datapacks.

• Added a new config option: "consumeRelighters"   - When true (default), relighting items will be consumed or damaged on use.   - When false, relighters will not be consumed or damaged.   - Useful for creative, peaceful, or decorative setups.

• Relighting sound behavior has been improved:   - Flint & Steel uses the standard FLINTANDSTEEL_USE sound.   - All other relighters use the FIRECHARGE_USE sound.

This makes torch re-lighting fully data-driven and configurable, allowing modpack makers to define custom ignition tools and behaviors.

1.0.3Релиз1.21.1 · 15 октября 2025 г.

Updated to handle allowed / denied blocks better.

Added Tag based allow / deny lists.

Added support for Chipped Jack O Lanterns and Sea Lanterns Added Support for TorchMaster Blocks and Amendments Wall Lantern.

Комментарии

Загружаем…