Increase tool range
This commit is contained in:
parent
f176920d19
commit
ffd6e9bb73
2
init.lua
2
init.lua
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user