mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Make Villager nod/head shake
This commit is contained in:
parent
6c89c8f675
commit
42c764e149
2 changed files with 6 additions and 4 deletions
Binary file not shown.
|
@ -1239,10 +1239,12 @@ mcl_mobs:register_mob("mobs_mc:villager", {
|
||||||
run_speed = 25,
|
run_speed = 25,
|
||||||
run_start = 0,
|
run_start = 0,
|
||||||
run_end = 40,
|
run_end = 40,
|
||||||
die_speed = 15,
|
head_shake_start = 210,
|
||||||
die_start = 210,
|
head_shake_end = 220,
|
||||||
die_end = 220,
|
head_shake_loop = false,
|
||||||
die_loop = false,
|
head_nod_start = 210,
|
||||||
|
head_nod_end = 220,
|
||||||
|
head_nod_loop = false,
|
||||||
},
|
},
|
||||||
follow = pick_up,
|
follow = pick_up,
|
||||||
nofollow = true,
|
nofollow = true,
|
||||||
|
|
Loading…
Reference in a new issue