README.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ===ITEM_DROP MOD for MINETEST-C55===
  2. by PilzAdam
  3. Introduction:
  4. This mod adds Minecraft like drop/pick up of items to Minetest.
  5. How to install:
  6. Unzip the archive an place it in minetest-base-directory/mods/minetest/
  7. if you have a windows client or a linux run-in-place client. If you have
  8. a linux system-wide instalation place it in ~/.minetest/mods/minetest/.
  9. If you want to install this mod only in one world create the folder
  10. worldmods/ in your worlddirectory.
  11. For further information or help see:
  12. http://wiki.minetest.com/wiki/Installing_Mods
  13. How to use the mod:
  14. Just install it an everything works.
  15. For developers:
  16. You dont have to use get_drops() anymore because of changes in the
  17. builtin files of minetest.
  18. License:
  19. Sourcecode: WTFPL (see below)
  20. Sound: WTFPL (see below)
  21. See also:
  22. http://minetest.net/
  23. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  24. Version 2, December 2004
  25. Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
  26. Everyone is permitted to copy and distribute verbatim or modified
  27. copies of this license document, and changing it is allowed as long
  28. as the name is changed.
  29. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  30. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  31. 0. You just DO WHAT THE FUCK YOU WANT TO.