Add help msg when using map
This commit is contained in:
parent
0d16f54b8d
commit
29e8be0825
@ -5,3 +5,4 @@ Navigator=Navigator
|
|||||||
Craft a map=Fertigen Sie eine Karte
|
Craft a map=Fertigen Sie eine Karte
|
||||||
True Navigator=Wahrer Navigator
|
True Navigator=Wahrer Navigator
|
||||||
Craft a compass=Fertigen Sie einen Kompass
|
Craft a compass=Fertigen Sie einen Kompass
|
||||||
|
Use the minimap key to show the map.=Taste „Karte an/aus“ benutzen, um die Karte zu betrachten.
|
||||||
|
@ -5,3 +5,4 @@ Navigator=
|
|||||||
Craft a map=
|
Craft a map=
|
||||||
True Navigator=
|
True Navigator=
|
||||||
Craft a compass=
|
Craft a compass=
|
||||||
|
Use the minimap key to show the map.=
|
||||||
|
@ -79,6 +79,7 @@ minetest.register_craftitem(
|
|||||||
wield_image = "nav_inventory.png",
|
wield_image = "nav_inventory.png",
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
on_use = function(itemstack, user, pointed_thing)
|
on_use = function(itemstack, user, pointed_thing)
|
||||||
|
minetest.chat_send_player(user:get_player_name(), S("Use the minimap key to show the map."))
|
||||||
nav.map.update_hud_flags(user)
|
nav.map.update_hud_flags(user)
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user