Tweak blaze animation

This commit is contained in:
Wuzzy 2018-05-31 03:17:41 +02:00
parent 4513c6c35d
commit 91b41885d5
1 changed files with 9 additions and 8 deletions

View File

@ -43,14 +43,15 @@ mobs:register_mob("mobs_mc:blaze", {
max = 1,}, max = 1,},
}, },
animation = { animation = {
stand_start = 1, stand_speed = 25,
stand_end = 40, stand_start = 0,
walk_start = 1, stand_end = 100,
walk_end = 40, walk_speed = 25,
run_start = 1, walk_start = 0,
run_end = 40, walk_end = 100,
shoot_start = 1, run_speed = 50,
shoot_end = 40, run_start = 0,
run_end = 100,
}, },
-- MC Wiki: takes 1 damage every half second while in water -- MC Wiki: takes 1 damage every half second while in water
water_damage = 2, water_damage = 2,