README.txt 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. === THROWING-MOD for MINETEST-C55 ===
  2. by PilzAdam
  3. Inroduction:
  4. This mod adds bows and arrows 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. Craft a bow with the strings from the farming mod:
  15. string wood
  16. string wood
  17. string wood
  18. Craft arrows with:
  19. stick stick steel
  20. Select the bow and shoot with left mouse click. Every shoot will take 1
  21. arrow from your inventory and wears out the bow (you have around 50
  22. shoots).
  23. License:
  24. This mod was originally published by Jeija.
  25. Sourcecode: WTFPL (see below)
  26. Graphic textures were contributed by Tirifto and are released into
  27. public domain under the CC0 license.
  28. See: https://creativecommons.org/publicdomain/zero/1.0/legalcode
  29. See also:
  30. http://minetest.net/
  31. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  32. Version 2, December 2004
  33. Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
  34. Everyone is permitted to copy and distribute verbatim or modified
  35. copies of this license document, and changing it is allowed as long
  36. as the name is changed.
  37. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  38. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  39. 0. You just DO WHAT THE FUCK YOU WANT TO.