forked from VoxeLibre/VoxeLibre
Tweak arrow collisionbox
This commit is contained in:
parent
50eaaa15fa
commit
b61576e529
|
@ -68,7 +68,7 @@ local ARROW_ENTITY={
|
||||||
visual = "wielditem",
|
visual = "wielditem",
|
||||||
visual_size = {x=0.4, y=0.4},
|
visual_size = {x=0.4, y=0.4},
|
||||||
textures = {"mcl_bows:arrow_box"},
|
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,
|
collide_with_objects = false,
|
||||||
|
|
||||||
_lastpos={},
|
_lastpos={},
|
||||||
|
|
Loading…
Reference in New Issue