mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +01:00
Fix arrow textures
This commit is contained in:
parent
041c3b7be2
commit
6848f2847c
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue