forked from VoxeLibre/VoxeLibre
Tweak snowman animation params
This commit is contained in:
parent
17b9bd27de
commit
76c1c10a9b
|
@ -55,8 +55,9 @@ mobs:register_mob("mobs_mc:snowman", {
|
||||||
shoot_interval = 1,
|
shoot_interval = 1,
|
||||||
shoot_offset = 1,
|
shoot_offset = 1,
|
||||||
animation = {
|
animation = {
|
||||||
speed_normal = 25,
|
stand_speed = 25,
|
||||||
speed_run = 50,
|
walk_speed = 25,
|
||||||
|
run_speed = 50,
|
||||||
stand_start = 20,
|
stand_start = 20,
|
||||||
stand_end = 40,
|
stand_end = 40,
|
||||||
walk_start = 0,
|
walk_start = 0,
|
||||||
|
@ -65,7 +66,8 @@ mobs:register_mob("mobs_mc:snowman", {
|
||||||
run_end = 20,
|
run_end = 20,
|
||||||
die_start = 40,
|
die_start = 40,
|
||||||
die_end = 50,
|
die_end = 50,
|
||||||
die_loop = false,
|
die_speed = 25,
|
||||||
|
die_loop = false,
|
||||||
},
|
},
|
||||||
blood_amount = 0,
|
blood_amount = 0,
|
||||||
do_custom = function(self, dtime)
|
do_custom = function(self, dtime)
|
||||||
|
|
Loading…
Reference in New Issue