set hand range to 5
This commit is contained in:
parent
1dab076c50
commit
2cca7d09f3
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user