Minimap: Add 'map' mod with mapping kit item to enable minimap
authorparamat <paramat@users.noreply.github.com>
Tue, 15 Aug 2017 19:59:27 +0000 (20:59 +0100)
committerparamat <mat.gregory@virginmedia.com>
Mon, 2 Oct 2017 20:23:55 +0000 (21:23 +0100)
commite40f25f1fbaa206fe229002d8608f729a1d0f268
treeb339e1397f2df7803c5bb94421f8924d0af35566
parent3611af1dda0897354cd1e36aea5e48721d4389aa
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.
mods/map/README.txt [new file with mode: 0644]
mods/map/depends.txt [new file with mode: 0644]
mods/map/init.lua [new file with mode: 0644]
mods/map/license.txt [new file with mode: 0644]
mods/map/textures/map_mapping_kit.png [new file with mode: 0644]