Update doc_items field names

master
Wuzzy 2016-11-16 06:36:16 +01:00
parent 6b00e5e6de
commit 0e221df01f
1 changed files with 3 additions and 3 deletions

View File

@ -144,8 +144,8 @@ end
minetest.register_tool("doc_identifier:identifier_solid", {
description = S("Lookup tool"),
x_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."),
x_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_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."),
tool_capabilities = {},
range = 10,
wield_image = "doc_identifier_identifier.png",
@ -157,7 +157,7 @@ minetest.register_tool("doc_identifier:identifier_solid", {
})
minetest.register_tool("doc_identifier:identifier_liquid", {
description = S("Lookup tool"),
x_doc_items_create_entry = false,
_doc_items_create_entry = false,
tool_capabilities = {},
range = 10,
groups = { not_in_creative_inventory = 1, },