mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-25 10:52:25 +01:00
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
Block a user