Disable mob death animations because it's broken

This commit is contained in:
Wuzzy 2017-07-29 13:40:43 +02:00
parent dc709ff35a
commit b1408f14a8
6 changed files with 18 additions and 18 deletions

View file

@ -45,9 +45,9 @@ mobs:register_mob("mobs_mc:snowman", {
walk_end = 20,
run_start = 0,
run_end = 20,
die_start = 40,
die_end = 50,
die_loop = false,
--die_start = 40,
--die_end = 50,
--die_loop = false,
},
blood_amount = 0,
do_custom = function(self, dtime)