mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-12-01 01:13:02 +00:00
Slightly reduce pointing range
This commit is contained in:
parent
a993ed6f06
commit
e94b941dd8
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue