README.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. === MOBS-MOD for MINETEST-C55 ===
  2. by PilzAdam
  3. Inroduction:
  4. This mod adds some basic hostile and friendly mobs to the game.
  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. See https://github.com/PilzAdam/mobs/wiki
  15. For developers:
  16. The API documentation is moved to https://github.com/PilzAdam/mobs/wiki/API
  17. License:
  18. Sourcecode: WTFPL (see below)
  19. Grahpics: WTFPL (see below)
  20. Models: WTFPL (by Pavel_S, 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.