README.txt 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Minetest Game mod: map
  2. ======================
  3. See license.txt for license information.
  4. Authors of source code
  5. ----------------------
  6. paramat (MIT)
  7. Authors of media (textures)
  8. ---------------------------
  9. TumeniNodes (CC BY-SA 3.0):
  10. map_mapping_kit.png (map)
  11. paramat (CC BY-SA 3.0):
  12. map_mapping_kit.png (compass and pen)
  13. Crafting
  14. --------
  15. map:mapping_kit
  16. default:glass G
  17. default:paper P
  18. group:stick S
  19. default:steel_ingot I
  20. group:wood W
  21. dye:black D
  22. GPS
  23. IPI
  24. WPD
  25. Usage
  26. -----
  27. In survival mode, use of the minimap requires the mapping kit item in your
  28. inventory. It can take up to 5 seconds for adding to or removal from inventory
  29. to have an effect, however to instantly allow the use of the minimap 'use'
  30. (leftclick) the item.
  31. Minimap radar mode is always disallowed in survival mode.
  32. Minimap and minimap radar mode are automatically allowed in creative mode and
  33. for any player with the 'creative' privilege.
  34. The 'map.update_hud_flags()' function is global so can be redefined by a mod for
  35. alternative behaviour.