From cf14efc17b817e76748f8ca0a48fb04b2f951e5b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 12 Dec 2016 12:45:12 +0100 Subject: [PATCH] =?utf8?q?Rename=20modpack=20to=20=E2=80=9CHelp=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- description.txt | 2 +- init.lua | 2 +- locale/de.txt | 2 +- locale/template.txt | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8c035a7..4669077 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ is used, provided documentation is available. ## How to use the lookup tool Punch any block or item about you wish to learn more about. This will open up -the Documentation System entry of this particular item. +the help entry of this particular item. The tool comes in two modes which are changed by a right-click. In liquid mode (blue) this tool points to liquids as well while in solid mode (red) this is not the case. Liquid mode is required if you want to identify a liquid. @@ -19,8 +19,8 @@ If you want the tool to identify nodes and (dropped) items, you probably don't have to do anything, it is probably already supported. The only thing you have to make sure is that all pointable blocks and items have a help entry, which is already the case for most items, but you may want to do some testing on -“tricky” items. Consult the documentation of the Documentation System [`doc`] -and Item Documentation [`doc_items`] for getting the item documentation right. +“tricky” items. Consult the documentation of Documentation System [`doc`] +and Item Help [`doc_items`] for getting the item documentation right. For the lookup tool to be able to work on custom objects/entities, you have to use the tiny API of this mod, see `API.md`. diff --git a/description.txt b/description.txt index de42a99..8294c74 100644 --- a/description.txt +++ b/description.txt @@ -1 +1 @@ -Adds a tool which shows a help window with explanations on any block which is punched with it. +Adds a tool which shows help entries about almost anything which it punches. diff --git a/init.lua b/init.lua index 24fee41..2b594a4 100644 --- a/init.lua +++ b/init.lua @@ -145,7 +145,7 @@ end minetest.register_tool("doc_identifier:identifier_solid", { description = S("Lookup tool"), _doc_items_longdesc = S("This useful little helper can be used to quickly learn more about about one's closer environment. It identifies and analyzes blocks, items and other things and it shows extensive information about the thing on which it is used."), - _doc_items_usagehelp = S("Punch any block, item or other thing about you wish to learn more about. This will open up the Documentation System entry of this particular item. The tool comes in two modes which are changed by a rightclick. In liquid mode (blue) this tool points to liquids as well while in solid mode (red) this is not the case. Liquid mode is required if you want to identify a liquid."), + _doc_items_usagehelp = S("Punch any block, item or other thing about you wish to learn more about. This will open up the appropriate help entry. The tool comes in two modes which are changed by a rightclick. In liquid mode (blue) this tool points to liquids as well while in solid mode (red) this is not the case. Liquid mode is required if you want to identify a liquid."), tool_capabilities = {}, range = 10, wield_image = "doc_identifier_identifier.png", diff --git a/locale/de.txt b/locale/de.txt index 35a6450..996c369 100644 --- a/locale/de.txt +++ b/locale/de.txt @@ -7,7 +7,7 @@ No help entry for this block could be found. = Für diesen Block konnte kein Hil No help entry for this item could be found. = Für diesen Gegenstand konnte kein Hilfseintrag gefunden werden. No help entry for this object could be found. = Für dieses Objekt konnte kein Hilfseintrag gefunden werden. OK = OK -Punch any block, item or other thing about you wish to learn more about. This will open up the Documentation System entry of this particular item. The tool comes in two modes which are changed by a rightclick. In liquid mode (blue) this tool points to liquids as well while in solid mode (red) this is not the case. Liquid mode is required if you want to identify a liquid. = Schlagen Sie einen beliebigen Block, Gegenstand oder irgendwas, worüber Sie mehr erfahren wollen. Das wird den Dokumentationssystemeintrag für diesen Gegenstand öffnen. Das Werkzeug hat zwei Modi, welcher mit einem Rechtsklick gewechselt werden kann. Im Flüssigmodus (blau) zeigt das Werkzeug auch auf Flüssigkeiten. Im Festmodus (rot) ist das nicht der Fall. Der Flüssigmodis ist notwendig, wenn Sie eine Flüssigkeit identifizieren wollen. +Punch any block, item or other thing about you wish to learn more about. This will open up the appropriate help entry. The tool comes in two modes which are changed by a rightclick. In liquid mode (blue) this tool points to liquids as well while in solid mode (red) this is not the case. Liquid mode is required if you want to identify a liquid. = Schlagen Sie einen beliebigen Block, Gegenstand oder irgendwas, worüber Sie mehr erfahren wollen. Das wird den passenden Hilfseintrag öffnen. Das Werkzeug hat zwei Modi, welcher mit einem Rechtsklick gewechselt werden kann. Im Flüssigmodus (blau) zeigt das Werkzeug auch auf Flüssigkeiten. Im Festmodus (rot) ist das nicht der Fall. Der Flüssigmodis ist notwendig, wenn Sie eine Flüssigkeit identifizieren wollen. This block cannot be identified because the world has not materialized at this point yet. Try again in a few seconds. = Dieser Block kann nicht identifiziert werden, weil sich die Welt an dieser Stelle noch nicht materialisiert hat. Versuch es in ein paar Sekunden erneut. This is a player. = Dies ist ein Spieler. This useful little helper can be used to quickly learn more about about one's closer environment. It identifies and analyzes blocks, items and other things and it shows extensive information about the thing on which it is used. = Dieser nützliche kleine Helfer kann benutzt werden, um schnell etwas über die nähere Umgebung zu erfahren. Er identifiziert und analysiert Blöcke, Gegenstände und andere Dinge und zeigt ausführliche Informationen über all das, worauf man ihn anwendet. diff --git a/locale/template.txt b/locale/template.txt index 8922227..b0ede61 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -7,7 +7,7 @@ No help entry for this block could be found. = No help entry for this item could be found. = No help entry for this object could be found. = OK = -Punch any block, item or other thing about you wish to learn more about. This will open up the Documentation System entry of this particular item. The tool comes in two modes which are changed by a rightclick. In liquid mode (blue) this tool points to liquids as well while in solid mode (red) this is not the case. Liquid mode is required if you want to identify a liquid. = +Punch any block, item or other thing about you wish to learn more about. This will open up the appropriate help entry. The tool comes in two modes which are changed by a rightclick. In liquid mode (blue) this tool points to liquids as well while in solid mode (red) this is not the case. Liquid mode is required if you want to identify a liquid. = This block cannot be identified because the world has not materialized at this point yet. Try again in a few seconds. = This is a player. = This useful little helper can be used to quickly learn more about about one's closer environment. It identifies and analyzes blocks, items and other things and it shows extensive information about the thing on which it is used. = -- 2.11.4.GIT