Minimap: Add 'map' mod with mapping kit item to enable minimap
In survival mode, use of the minimap requires the mapping kit item. Minimap radar mode is always disabled in survival mode. Minimap and minimap radar mode will be automatically enabled in creative mode and for any player with the 'creative' privilege. The 'map.update_hud_flags()' function is global so can be redefined by a mod for alternative behaviour.
This commit is contained in:
parent
3611af1dda
commit
e40f25f1fb
5 changed files with 188 additions and 0 deletions
44
mods/map/README.txt
Normal file
44
mods/map/README.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
Minetest Game mod: map
|
||||
======================
|
||||
See license.txt for license information.
|
||||
|
||||
Authors of source code
|
||||
----------------------
|
||||
paramat (MIT)
|
||||
|
||||
Authors of media (textures)
|
||||
---------------------------
|
||||
TumeniNodes (CC BY-SA 3.0):
|
||||
map_mapping_kit.png (map)
|
||||
|
||||
paramat (CC BY-SA 3.0):
|
||||
map_mapping_kit.png (compass and pen)
|
||||
|
||||
Crafting
|
||||
--------
|
||||
map:mapping_kit
|
||||
|
||||
default:glass G
|
||||
default:paper P
|
||||
default:stick S
|
||||
default:steel_ingot I
|
||||
default:wood W
|
||||
dye:black D
|
||||
|
||||
GPS
|
||||
IPI
|
||||
WPD
|
||||
|
||||
Usage
|
||||
-----
|
||||
In survival mode, use of the minimap requires the mapping kit item in your
|
||||
inventory.
|
||||
Once crafted, to instantly enable, 'use' (left click) the item, otherwise the
|
||||
minimap will be automatically enabled a few seconds later.
|
||||
Minimap radar mode is always disabled in survival mode.
|
||||
|
||||
Minimap and minimap radar mode will be automatically enabled in creative mode
|
||||
and for any player with the 'creative' privilege.
|
||||
|
||||
The 'map.update_hud_flags()' function is global so can be redefined by a mod for
|
||||
alternative behaviour.
|
Loading…
Add table
Add a link
Reference in a new issue