Rename lookup tool in Minecraft style

This commit is contained in:
Wuzzy 2017-03-18 01:19:15 +01:00
parent ea24e62018
commit 566bec5272
3 changed files with 4 additions and 4 deletions

View file

@ -143,7 +143,7 @@ function doc_identifier.liquid_mode(itemstack, user, pointed_thing)
end
minetest.register_tool("doc_identifier:identifier_solid", {
description = S("Lookup tool"),
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,
@ -157,7 +157,7 @@ minetest.register_tool("doc_identifier:identifier_solid", {
on_secondary_use = doc_identifier.liquid_mode,
})
minetest.register_tool("doc_identifier:identifier_liquid", {
description = S("Lookup tool"),
description = S("Lookup Tool"),
_doc_items_create_entry = false,
tool_capabilities = {},
range = 10,