mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-15 20:20:24 +02:00
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:
3
mods/map/depends.txt
Normal file
3
mods/map/depends.txt
Normal file
@ -0,0 +1,3 @@
|
||||
default
|
||||
dye
|
||||
creative?
|
Reference in New Issue
Block a user