Increase tool range

This commit is contained in:
Wuzzy 2016-07-24 19:05:11 +02:00
parent f176920d19
commit ffd6e9bb73

View File

@ -40,6 +40,7 @@ end
minetest.register_tool("doc_identifier:identifier_solid", {
description = "identification tool",
tool_capabilities = {},
range = 10,
wield_image = "doc_identifier_identifier.png",
inventory_image = "doc_identifier_identifier.png",
liquids_pointable = false,
@ -50,6 +51,7 @@ minetest.register_tool("doc_identifier:identifier_solid", {
minetest.register_tool("doc_identifier:identifier_liquid", {
description = "identification tool",
tool_capabilities = {},
range = 10,
groups = { not_in_creative_inventory = 1 },
wield_image = "doc_identifier_identifier_liquid.png",
inventory_image = "doc_identifier_identifier_liquid.png",