README.txt 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Minetest mod "Torches"
  2. ======================
  3. (c) Copyright BlockMen (2013-2015)
  4. (C) Copyright sofar <sofar@foo-projects.org> (2016)
  5. About this mod:
  6. ~~~~~~~~~~~~~~~
  7. This mod changes the default torch drawtype from "torchlike" to "mesh",
  8. giving the torch a three dimensional appearance. The mesh contains the
  9. proper pixel mapping to make the animation appear as a particle above
  10. the torch, while in fact the animation is just the texture of the mesh.
  11. Originally, this mod created in-game alternatives with several
  12. draw styles. The alternatives have been removed and instead of
  13. providing alternate nodes, this mod now directly modifies the existing
  14. nodes. Conversion from the wallmounted style is done through an LBM.
  15. The wield light part is inspired, but not copied from "walking light",
  16. a mod by "echo". After looking at the code I decided to implement
  17. it from scratch as I found it to be too resource intensive and not
  18. implemented efficiently enough. Still, echo deserves the credit for
  19. the excellent idea.
  20. Torches is meant for minetest-0.4.14, and does not directly support
  21. older minetest releases. You'll need a recent git, or nightly build.
  22. License:
  23. ~~~~~~~~
  24. (c) Copyright BlockMen (2013-2015)
  25. Textures and Meshes/Models:
  26. CC-BY 3.0 BlockMen
  27. Note that the models were entirely done from scratch by sofar.
  28. Code:
  29. Licensed under the GNU LGPL version 2.1 or higher.
  30. You can redistribute it and/or modify it under
  31. the terms of the GNU Lesser General Public License
  32. as published by the Free Software Foundation;
  33. You should have received a copy of the GNU Lesser General Public
  34. License along with this library; if not, write to the Free Software
  35. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  36. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
  37. Github:
  38. ~~~~~~~
  39. https://github.com/BlockMen/torches
  40. Forum:
  41. ~~~~~~
  42. https://forum.minetest.net/viewtopic.php?id=6099
  43. Changelog:
  44. ~~~~~~~~~~
  45. see changelog.txt