Go to file
Gabriel Huber ca8d3dce8b Fix stretched particles 2015-02-09 04:06:14 +01:00
textures Fix stretched particles 2015-02-09 04:06:14 +01:00
README.txt Fix crashes by unknown nodes 2014-04-09 13:02:48 +02:00
depends.txt initial commit 2013-05-25 23:54:00 +02:00
init.lua Fix stretched particles 2015-02-09 04:06:14 +01:00

README.txt

Minetest mod "Torches"
=======================
version: 1.3.2

License of source code and textures: WTFPL
-----------------------------------------
(c) Copyright BlockMen (2013-2014)


This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.


Using the mod:
--------------

This mod adds 3D torches to Minetest. They also have real flames and look much more realistic.

Notice: Already placed old torches will be converted to new, ceiling placed will be removed


Changelog:
----------
- Torches on wall dont fall when node under it is dug
- Torches fall directly when not placed on floor or wall
- fixed different placing bugs

1.3:
- Torches only show flames when player is near (13 blocks)
- Old torches are converted to new, ceiling torches are dropped

1.3.1:
- fix dropping torches when digging a block next to it
- all torches attached to a block get droped when dug

1.3.2:
- fix crashes by unknown nodes