Update death animations of some mobs

This commit is contained in:
Wuzzy 2018-05-30 17:34:38 +02:00
parent 895d06d28a
commit c10f4311f7
6 changed files with 51 additions and 32 deletions

View file

@ -59,10 +59,19 @@ mobs:register_mob("mobs_mc:villager", {
distance = 16,
},
animation = {
stand_speed = 25, walk_speed = 25, run_speed = 50,
stand_start = 40, stand_end = 59,
walk_start = 0, walk_end = 40,
run_start = 0, run_end = 40,
stand_speed = 25,
stand_start = 40,
stand_end = 59,
walk_speed = 25,
walk_start = 0,
walk_end = 40,
run_speed = 25,
run_start = 0,
run_end = 40,
die_speed = 15,
die_start = 210,
die_end = 220,
die_loop = false,
},
water_damage = 0,
lava_damage = 4,