2017-08-15 21:59:27 +02:00
|
|
|
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
|
2018-09-25 20:42:19 +02:00
|
|
|
group:wood W
|
2017-08-15 21:59:27 +02:00
|
|
|
dye:black D
|
|
|
|
|
|
|
|
GPS
|
|
|
|
IPI
|
|
|
|
WPD
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
In survival mode, use of the minimap requires the mapping kit item in your
|
2017-10-24 05:51:53 +02:00
|
|
|
inventory. It can take up to 5 seconds for adding to or removal from inventory
|
|
|
|
to have an effect, however to instantly allow the use of the minimap 'use'
|
|
|
|
(leftclick) the item.
|
2017-10-03 03:31:10 +02:00
|
|
|
Minimap radar mode is always disallowed in survival mode.
|
2017-08-15 21:59:27 +02:00
|
|
|
|
2017-10-03 03:31:10 +02:00
|
|
|
Minimap and minimap radar mode are automatically allowed in creative mode and
|
|
|
|
for any player with the 'creative' privilege.
|
2017-08-15 21:59:27 +02:00
|
|
|
|
|
|
|
The 'map.update_hud_flags()' function is global so can be redefined by a mod for
|
|
|
|
alternative behaviour.
|