mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Make skeleton strafe and avoid enemies
This commit is contained in:
parent
d1d9f76c5d
commit
de73129c2b
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ local skeleton = {
|
|||
curiosity = 6,
|
||||
visual = "mesh",
|
||||
mesh = "mobs_mc_skeleton.b3d",
|
||||
shooter_avoid_enemy = true,
|
||||
strafes = true,
|
||||
textures = { {
|
||||
"mcl_bows_bow_0.png", -- bow
|
||||
"mobs_mc_skeleton.png", -- skeleton
|
||||
|
|
Loading…
Reference in a new issue