1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-02-09 08:40:23 +01:00

tweak cow die animation

This commit is contained in:
tenplus1 2025-01-19 08:16:02 +00:00
parent 3792d1cf3c
commit 810239fadc

View File

@ -43,7 +43,7 @@ mobs:register_mob("mobs_animal:cow", {
walk_start = 85, walk_end = 114, walk_speed = 20,
run_start = 120, run_end = 140, run_speed = 30,
punch_start = 145, punch_end = 160, punch_speed = 20,
die_start = 165, die_end = 185, die_speed = 10, die_loop = false
die_start = 165, die_end = 185, die_speed = 25, die_loop = false
},
follow = {
"farming:wheat", "default:grass_1", "farming:barley",