mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 00:19:32 +01:00
Tweak blaze animation
This commit is contained in:
parent
4513c6c35d
commit
91b41885d5
1 changed files with 9 additions and 8 deletions
|
@ -43,14 +43,15 @@ mobs:register_mob("mobs_mc:blaze", {
|
||||||
max = 1,},
|
max = 1,},
|
||||||
},
|
},
|
||||||
animation = {
|
animation = {
|
||||||
stand_start = 1,
|
stand_speed = 25,
|
||||||
stand_end = 40,
|
stand_start = 0,
|
||||||
walk_start = 1,
|
stand_end = 100,
|
||||||
walk_end = 40,
|
walk_speed = 25,
|
||||||
run_start = 1,
|
walk_start = 0,
|
||||||
run_end = 40,
|
walk_end = 100,
|
||||||
shoot_start = 1,
|
run_speed = 50,
|
||||||
shoot_end = 40,
|
run_start = 0,
|
||||||
|
run_end = 100,
|
||||||
},
|
},
|
||||||
-- MC Wiki: takes 1 damage every half second while in water
|
-- MC Wiki: takes 1 damage every half second while in water
|
||||||
water_damage = 2,
|
water_damage = 2,
|
||||||
|
|
Loading…
Reference in a new issue