forked from VoxeLibre/VoxeLibre
Slightly reduce pointing range
This commit is contained in:
parent
a993ed6f06
commit
e94b941dd8
|
@ -25,6 +25,7 @@ minetest.register_item(":", {
|
||||||
type = "none",
|
type = "none",
|
||||||
wield_image = "wieldhand.png",
|
wield_image = "wieldhand.png",
|
||||||
wield_scale = {x=1,y=1,z=2.5},
|
wield_scale = {x=1,y=1,z=2.5},
|
||||||
|
range = 3.975,
|
||||||
tool_capabilities = {
|
tool_capabilities = {
|
||||||
full_punch_interval = 0.25,
|
full_punch_interval = 0.25,
|
||||||
max_drop_level = 0,
|
max_drop_level = 0,
|
||||||
|
|
Loading…
Reference in New Issue