Fix the hand range

This commit is contained in:
Nathan Fritzler 2022-06-21 10:28:14 -06:00
parent eb25cd4f50
commit a5c2cad473
Signed by: Lazerbeak12345
GPG Key ID: 736DE8D7C58AD7FE
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ dofile(modpath .. "/blocks.lua")
minetest.register_item(":", {
type = "none",
wield_image = "blank.png",
range = 10,
range = 3, -- Got this value from a playtest
tool_capabilities = {
max_drop_level = 3,
groupcaps = {