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