Tweak snowman animation params

This commit is contained in:
Wuzzy 2018-05-30 13:33:19 +02:00
parent 17b9bd27de
commit 76c1c10a9b
1 changed files with 5 additions and 3 deletions

View File

@ -55,8 +55,9 @@ mobs:register_mob("mobs_mc:snowman", {
shoot_interval = 1,
shoot_offset = 1,
animation = {
speed_normal = 25,
speed_run = 50,
stand_speed = 25,
walk_speed = 25,
run_speed = 50,
stand_start = 20,
stand_end = 40,
walk_start = 0,
@ -65,7 +66,8 @@ mobs:register_mob("mobs_mc:snowman", {
run_end = 20,
die_start = 40,
die_end = 50,
die_loop = false,
die_speed = 25,
die_loop = false,
},
blood_amount = 0,
do_custom = function(self, dtime)