forked from VoxeLibre/VoxeLibre
Fix arrow textures
This commit is contained in:
parent
041c3b7be2
commit
6848f2847c
|
@ -36,8 +36,7 @@ local THROWING_ARROW_ENTITY={
|
|||
timer=0,
|
||||
visual = "wielditem",
|
||||
visual_size = {x=0.4, y=0.4},
|
||||
--textures = {"throwing:arrow_box"},
|
||||
textures = {"throwing_arrow_back.png"},
|
||||
textures = {"throwing:arrow_box"},
|
||||
lastpos={},
|
||||
collisionbox = {0,0,0,0,0,0},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue