From eecdcecfc1226d054f53f10aa377d5414448a090 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 22 Dec 2016 18:54:40 +0100 Subject: [PATCH] Reveal help entry by default --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 2b594a4..22f48ce 100644 --- a/init.lua +++ b/init.lua @@ -146,6 +146,7 @@ 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 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."), + _doc_items_hidden = false, tool_capabilities = {}, range = 10, wield_image = "doc_identifier_identifier.png", -- 2.11.4.GIT