set hand range to 5

This commit is contained in:
Functioning Member of Society 2022-11-21 19:55:10 +00:00
parent 1dab076c50
commit 2cca7d09f3

View File

@ -2,10 +2,11 @@ minetest.register_item(":", { -- Hand
type = "none",
wield_image = "Poop.png",
wield_scale = {x=1.5,y=2,z=4.5},
range = 5,
tool_capabilities = {
max_drop_level = 0,
full_punch_interval = 0.4,
range = 5,
groupcaps =
{
oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0},