]> git.lizzy.rs Git - Crafter.git/blob - mods/torch/changelog.txt
remove server debug
[Crafter.git] / mods / torch / changelog.txt
1 Changelog:
2 ----------
3 1.1 - 1.2.x:
4 - Torches on wall dont fall when node under it is dug
5 - Torches fall directly when not placed on floor or wall
6 - fixed different placing bugs
7
8 1.3:
9 - Torches only show flames when player is near (13 blocks)
10 - Old torches are converted to new, ceiling torches are dropped
11
12 1.3.1:
13 - fix dropping torches when digging a block next to it
14 - all torches attached to a block get droped when dug
15
16 1.3.2:
17 - fix crashes by unknown nodes
18
19 2.0:
20 - Use new mesh drawtype to improve wallmounted torches
21 - Update particle usage
22 - New textures; flame texture fix by Yepoleb
23 - Fix for doors, chests, etc (rightclick support)
24
25 2.1
26 - Fix wallmounted torch mesh
27 - Clean up code, use wallmounted paramtype2
28 - Fix torches being placeable on ceilings (reported by kilbith)
29
30 3.0
31 - Minetest style added and used by default
32 - style can be changed via settings
33 - using Minetest style allows ceiling torches via settings
34 - Minetest style supports all texturepacks (as long torch shaped)
35
36 3.0.1
37 - Fix global variable that caused rarely placing issues (thanks to tchncs for pointing out)
38
39 4.0
40 - brought mod back to life