mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 03:07:32 +01:00
Tweak arrow collisionbox
This commit is contained in:
parent
50eaaa15fa
commit
b61576e529
@ -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 New Issue
Block a user