Fix arrow textures

This commit is contained in:
Wuzzy 2017-01-16 18:40:56 +01:00
parent 041c3b7be2
commit 6848f2847c
1 changed files with 1 additions and 2 deletions

View File

@ -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},
}