mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 13:55:10 +00:00
Tweak arrow collisionbox
This commit is contained in:
parent
50eaaa15fa
commit
b61576e529
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ local ARROW_ENTITY={
|
|||
visual = "wielditem",
|
||||
visual_size = {x=0.4, y=0.4},
|
||||
textures = {"mcl_bows:arrow_box"},
|
||||
collisionbox = {-0.1, -0.1, -0.1, 0.1, 0.1, 0.1},
|
||||
collisionbox = {-0.19, -0.125, -0.19, 0.19, 0.125, 0.19},
|
||||
collide_with_objects = false,
|
||||
|
||||
_lastpos={},
|
||||
|
|
Loading…
Reference in a new issue