1
0
Fork
You've already forked real_torch
0
adds realistic torches that go out and can be relit into minetest
  • Lua 100%
Find a file
2026年06月23日 12:19:27 +01:00
sounds sounds added by tacotexmex (thanks dude) 2017年03月01日 20:19:30 +00:00
textures tweak and new coal powder texture 2026年06月23日 08:12:33 +01:00
3d.lua tweak and new coal powder texture 2026年06月23日 08:12:33 +01:00
init.lua code tidy 2026年06月23日 12:19:27 +01:00
license.txt update license 2026年06月23日 08:26:42 +01:00
mod.conf update minetest.conf 2024年05月30日 10:27:13 +01:00
readme.md update readme (thanks mckaygerhard) 2022年02月19日 08:12:32 +00:00
screenshot.jpg new screenshot 2026年06月23日 08:26:07 +01:00
settingtypes.txt added settingtypes.txt 2018年04月27日 09:56:42 +01:00

minetest mod Real Torch

Made torchs more realistic way behaviour.

Information

This mod is named real_torch, changes torches so that they have a life of 20-30 minutes which is configurable using the torch_min_duration and torch_max_duration settings. It also can be relight using coals, flint or steel, and can be affected by water.

screenshot.png

  • 2x coal lumps can be crafted into 12x coal powder
  • coal powder and an unlit torch can be crafted into a lit torch again
  • punching an unlit torch with coal powder relights it
  • punching an unlit torch with flint & steel relights it
  • punching an unlit torch with gunpowder explodes and relights it
  • never punch a lit torch with gunpowder, ow!
  • water near torches make them drop as unlit torches
  • coal powder can also be used for fuel or crafted into black dye

https://forum.minetest.net/viewtopic.php?f=11&t=15721

Technical information

This mod does not override the normal torch, so once you put a torch if you removed the mod those will remains as normal ones if relights/lights it!

New Craft items

It added new coal, rest of torch related are just overrides for features.

name node
Coal Powder real_torch:coal_powder

Changelog:

  • 0.1 - Initial upload
  • 0.2 - Punching unlit torch with coal powder relights torch
  • 0.3 - Torches are 2D and override any that are 3D
  • 0.4 - Changed my mind, now detects old 2D or new 3D torches and works accordingly
  • 0.5 - 2x coal lumps give 10x coal dust, also fixed check for ethereal mod
  • 0.6 - Burnout and extinguish sounds added by tacotexmex :)
  • 0.7 - Torches can be re-lit using flint & steel and gunpowder, settings added
  • 0.8 - Updated to newer functions, requires Minetest 0.4.16 to run
  • 0.9 - Use on_flood from newer 5.x functions to drop torches
  • 1.0 - Tweak code and use use_texture_alpha = "clip" to stop warnings

License

Code The MIT License (MIT), Copyright (c) 2016 TenPlus1 Check license.txt

**Sizzle sound ** CC0 1.0 Universal (CC0 1.0) Check sounds/license.txt

Extinguish sound Attribution 3.0 Unported (CC BY 3.0) Vlatko Blažek Check sounds/license.txt