Disable mob death animations because it's broken
This commit is contained in:
parent
dc709ff35a
commit
b1408f14a8
6 changed files with 18 additions and 18 deletions
|
@ -77,9 +77,9 @@ mobs:register_mob("mobs_mc:evoker", {
|
|||
walk_end = 40,
|
||||
shoot_start = 60,
|
||||
shoot_end = 80,
|
||||
die_start = 80,
|
||||
die_end = 130,
|
||||
die_loop = false,
|
||||
--die_start = 80,
|
||||
--die_end = 130,
|
||||
--die_loop = false,
|
||||
},
|
||||
water_damage = 0,
|
||||
lava_damage = 4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue