Fix skeleton run anim

This commit is contained in:
Wuzzy 2017-07-26 17:04:34 +02:00
parent bd20767173
commit f7031e8b6f
2 changed files with 8 additions and 2 deletions

View File

@ -67,7 +67,10 @@ local skeleton = {
stand_speed = 5,
walk_start = 40,
walk_end = 60,
walk_speed = 50,
walk_speed = 15,
run_start = 40,
run_end = 60,
run_speed = 30,
shoot_start = 70,
shoot_end = 90,
punch_start = 70,

View File

@ -62,7 +62,10 @@ mobs:register_mob("mobs_mc:witherskeleton", {
stand_speed = 5,
walk_start = 40,
walk_end = 60,
walk_speed = 50,
walk_speed = 15,
run_start = 40,
run_end = 60,
run_speed = 30,
shoot_start = 70,
shoot_end = 90,
punch_start = 70,