changelog.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. 1.3:
  8. - Torches only show flames when player is near (13 blocks)
  9. - Old torches are converted to new, ceiling torches are dropped
  10. 1.3.1:
  11. - fix dropping torches when digging a block next to it
  12. - all torches attached to a block get droped when dug
  13. 1.3.2:
  14. - fix crashes by unknown nodes
  15. 2.0:
  16. - Use new mesh drawtype to improve wallmounted torches
  17. - Update particle usage
  18. - New textures; flame texture fix by Yepoleb
  19. - Fix for doors, chests, etc (rightclick support)
  20. 2.1
  21. - Fix wallmounted torch mesh
  22. - Clean up code, use wallmounted paramtype2
  23. - Fix torches being placeable on ceilings (reported by kilbith)
  24. 3.0
  25. - Minetest style added and used by default
  26. - style can be changed via settings
  27. - using Minetest style allows ceiling torches via settings
  28. - Minetest style supports all texturepacks (as long torch shaped)
  29. 3.0.1
  30. - Fix global variable that caused rarely placing issues (thanks to tchncs for pointing out)