]> git.lizzy.rs Git - Crafter.git/blob - mods/torch/README.txt
testing
[Crafter.git] / mods / torch / README.txt
1 Minetest mod "Torches"
2 ======================
3 Version: 3.0.1
4
5 (c) Copyright BlockMen (2013-2015)
6
7
8 About this mod:
9 ~~~~~~~~~~~~~~~
10 This mod adds two different styles of 3D torches to Minetest, by default in Minetest style (flames are animated textures).
11 The second style is Minecraft like, so flames are "animated" by using particles
12
13 Minetest styled:
14 Those torches use the same textures as the 2D torch, so its fully compatible with Texture Packs. By default ceiling torches
15 are removed and cannot be placed aswell. You can change this behavior by adding "torches_enable_ceiling = true" to your minetest.conf
16 Furthermore this style is more server traffic friendly, so it is enabled by default
17
18 Minecraft styled:
19 Those torches have a non-animated texture and needs to be supported by Texture Packs (currently most don't support this mod).
20 "Animation" is done like in Minecraft with particles, which cause (in the current implementation in the Minetest engine)
21 some amount of traffic and can cause lags at slow connections. The rate and distance when particles are send is configurable
22 in the first lines of "mc_style.lua". Enable this style by adding "torches_style = minecraft" to your minetest.conf. Note that
23 the ceiling setting is ignored with this style.
24
25 More informations:
26 Both styles convert existing torches to the new style. Keep in mind that by default ceiling torches get removed!
27
28
29 License:
30 ~~~~~~~~
31 (c) Copyright BlockMen (2013-2015)
32
33 Textures and Meshes/Models:
34 CC-BY 3.0 BlockMen
35
36 Code:
37 Licensed under the GNU LGPL version 2.1 or higher.
38 You can redistribute it and/or modify it under 
39 the terms of the GNU Lesser General Public License 
40 as published by the Free Software Foundation;
41
42 You should have received a copy of the GNU Lesser General Public
43 License along with this library; if not, write to the Free Software
44 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
45
46 See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
47
48
49 Github:
50 ~~~~~~~
51 https://github.com/BlockMen/torches
52
53 Forum:
54 ~~~~~~
55 https://forum.minetest.net/viewtopic.php?id=6099
56
57
58 Changelog:
59 ~~~~~~~~~~
60 see changelog.txt