README.txt 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. === BUILTIN_ITEM MOD for MINETEST-C55 ===
  2. by PilzAdam
  3. Features:
  4. This mod adds some new features to the builtin items:
  5. - The items are pushed by flowing water
  6. - The items are destroyed by lava
  7. - The items are removed after 300 seconds or the time that is specified by
  8. remove_items in minetest.conf (0 disables it)
  9. How to install:
  10. Unzip the archive an place it in minetest-base-directory/mods/minetest/
  11. if you have a windows client or a linux run-in-place client. If you have
  12. a linux system-wide instalation place it in ~/.minetest/mods/minetest/.
  13. If you want to install this mod only in one world create the folder
  14. worldmods/ in your worlddirectory.
  15. For further information or help see:
  16. http://wiki.minetest.com/wiki/Installing_Mods
  17. License:
  18. WTFPL (see below)
  19. See also:
  20. http://minetest.net/
  21. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  22. Version 2, December 2004
  23. Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
  24. Everyone is permitted to copy and distribute verbatim or modified
  25. copies of this license document, and changing it is allowed as long
  26. as the name is changed.
  27. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  28. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  29. 0. You just DO WHAT THE FUCK YOU WANT TO.