torches/README.txt

48 lines
1.4 KiB
Plaintext
Raw Normal View History

2013-05-25 14:54:00 -07:00
Minetest mod "Torches"
=======================
version: 2.0
2013-05-25 14:54:00 -07:00
License of source code and textures: WTFPL
-----------------------------------------
2015-02-16 02:20:41 -08:00
(c) Copyright BlockMen (2013-2015)
2013-05-25 14:54:00 -07:00
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:
--------------
2015-02-16 02:20:41 -08:00
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
2013-05-25 14:54:00 -07:00
2015-02-16 02:20:41 -08:00
!! Warning: Extensive use (like a few dozen per mapblock [16x16x16 nodes]) can slowdown servers.
2013-05-26 05:54:07 -07:00
Changelog:
----------
- Torches on wall dont fall when node under it is dug
- Torches fall directly when not placed on floor or wall
2013-09-06 09:43:07 -07:00
- fixed different placing bugs
2014-01-22 04:40:48 -08:00
1.3:
- Torches only show flames when player is near (13 blocks)
- Old torches are converted to new, ceiling torches are dropped
2014-04-05 12:26:36 -07:00
1.3.1:
- fix dropping torches when digging a block next to it
- all torches attached to a block get droped when dug
2014-04-09 04:00:41 -07:00
1.3.2:
- fix crashes by unknown nodes
2.0:
- Use new mesh drawtype to improve wallmounted torches
- Update particle usage
2015-02-16 02:20:41 -08:00
- New textures; flame texture fix by Yepoleb
- Fix for doors, chests, etc (rightclick support)