add missing fly animation

This commit is contained in:
tenplus1 2022-04-30 14:42:17 +01:00
parent 580bd43672
commit 378d97971d
3 changed files with 5 additions and 0 deletions

View File

@ -170,6 +170,7 @@ if ENABLE_SWIMMERS then
speed_normal = 24, speed_run = 24,
stand_start = 0, stand_end = 80,
walk_start = 81, walk_end = 170,
fly_start = 81, fly_end = 170,
run_start = 81, run_end = 170,
punch_start = 205, punch_end = 220
},

View File

@ -57,6 +57,8 @@ mobs:register_mob("mobs_fish:clownfish", {
stand_end = 80,
walk_start = 81,
walk_end = 155,
fly_start = 81,
fly_end = 155,
run_start = 81,
run_end = 155
},

View File

@ -69,6 +69,8 @@ if ENABLE_SHARK_LARGE then
stand_end = 80,
walk_start = 80,
walk_end = 160,
fly_start = 80,
fly_end = 160,
run_start = 80,
run_end = 160
},