Reveal help entry by default
This commit is contained in:
parent
b9ad0e8545
commit
eecdcecfc1
1
init.lua
1
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user