Fix running animation for all skeletons

master
Wuzzy 2017-07-26 17:03:22 +02:00
parent 04af91e872
commit 47b4228df3
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,