mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
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
Block a user