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