mirror of
https://repo.or.cz/minetest_orienteering.git
synced 2025-03-14 12:52:28 +01:00
Leftclick → Punch key
This commit is contained in:
4
init.lua
4
init.lua
@ -43,7 +43,7 @@ function orienteering.toggle_time_mode(itemstack, user, pointed_thing)
|
||||
end
|
||||
|
||||
local use = S("Put this tool in your hotbar to see the data it provides.")
|
||||
local use_time = S("Put this tool in your hotbar to make use of its functionality. Leftclick to toggle between 24-hour and 12-hour display for the time feature.")
|
||||
local use_time = S("Put this tool in your hotbar to make use of its functionality. Punch to toggle between 24-hour and 12-hour display for the time feature.")
|
||||
|
||||
-- Displays height (Y)
|
||||
minetest.register_tool("orienteering:altimeter", {
|
||||
@ -103,7 +103,7 @@ minetest.register_tool("orienteering:quadcorder", {
|
||||
minetest.register_tool("orienteering:watch", {
|
||||
description = S("Watch"),
|
||||
_doc_items_longdesc = S("It shows you the current time."),
|
||||
_doc_items_usagehelp = S("Put the watch in your hotbar to see the time. Leftclick to toggle between the 24-hour and 12-hour display."),
|
||||
_doc_items_usagehelp = S("Put the watch in your hotbar to see the time. Punch to toggle between the 24-hour and 12-hour display."),
|
||||
wield_image = "orienteering_watch.png",
|
||||
inventory_image = "orienteering_watch.png",
|
||||
groups = { disable_repair = 1 },
|
||||
|
@ -44,8 +44,8 @@ This is the ultimate orientieering tool. It shows you your coordinates (X, Y and
|
||||
Binoculars allow you to zoom.=Ein Ferglas ermöglicht es Ihnen, die Ansicht zu vergrößern.
|
||||
|
||||
Put this tool in your hotbar to see the data it provides.=Legen Sie dieses Werkzeug in Ihrer Schnellzugriffsleiste ab, um die dazugehörigen Daten zu sehen.
|
||||
Put the watch in your hotbar to see the time. Leftclick to toggle between the 24-hour and 12-hour display.=Legen Sie die Uhr in Ihrer Schnellzugriffsleiste ab, um die Uhrzeit zu sehen. Mit Linksklick können Sie zwischen der 24-Stunden- und der 2-mal-12-Stunden-Anzeige wechseln.
|
||||
Put this tool in your hotbar to make use of its functionality. Leftclick to toggle between 24-hour and 12-hour display for the time feature.=Legen Sie dieses Werkzeug irgendwo in Ihrem Spielerinventar ab, um davon Gebrauch zu machen. Mit Linksklick können Sie zwischen der 24-Stunden- und der 2-mal-12-Stunden-Anzeige der Uhrenfunktion wechseln.
|
||||
Put the watch in your hotbar to see the time. Punch to toggle between the 24-hour and 12-hour display.=Legen Sie die Uhr in Ihrer Schnellzugriffsleiste ab, um die Uhrzeit zu sehen. Mit der Schlagtaste können Sie zwischen der 24-Stunden- und der 2-mal-12-Stunden-Anzeige wechseln.
|
||||
Put this tool in your hotbar to make use of its functionality. Punch to toggle between 24-hour and 12-hour display for the time feature.=Legen Sie dieses Werkzeug irgendwo in Ihrem Spielerinventar ab, um davon Gebrauch zu machen. Mit der Schlagtaste können Sie zwischen der 24-Stunden- und der 2-mal-12-Stunden-Anzeige der Uhrenfunktion wechseln.
|
||||
|
||||
The radar mapper is a device that combines a map with a radar. It unlocks both the surface mode and radar mode of the minimap.=Der Radarkartierer ist ein Gerät, der eine Karte mit einem Radar kombiniert. Es schaltet sowohl den Bodenmodus als auch den Radarmodus der Übersichtskarte frei.
|
||||
If you put a radar mapper in your hotbar, you will be able to access the minimap. By default, the minimap can be opened with [F7].=Wenn Sie einen Radarkartierer in Ihre Schnellleiste ablegen, können Sie auf die Übersichtskarte zugreifen. Standardmäßig kann die Übersichtskarte mit [F7] geöffnet werden.
|
||||
|
@ -57,8 +57,8 @@ This is the ultimate orientieering tool. It shows you your coordinates (X, Y and
|
||||
Binoculars allow you to zoom.=
|
||||
|
||||
Put this tool in your hotbar to see the data it provides.=
|
||||
Put the watch in your hotbar to see the time. Leftclick to toggle between the 24-hour and 12-hour display.=
|
||||
Put this tool in your hotbar to make use of its functionality. Leftclick to toggle between 24-hour and 12-hour display for the time feature.=
|
||||
Put the watch in your hotbar to see the time. Punch to toggle between the 24-hour and 12-hour display.=
|
||||
Put this tool in your hotbar to make use of its functionality. Punch to toggle between 24-hour and 12-hour display for the time feature.=
|
||||
|
||||
The radar mapper is a device that combines a map with a radar. It unlocks both the surface mode and radar mode of the minimap.=
|
||||
If you put a radar mapper in your hotbar, you will be able to access the minimap. By default, the minimap can be opened with [F7].=
|
||||
|
Reference in New Issue
Block a user