Update mobs_mc
This commit is contained in:
parent
a0347a6700
commit
3fb0b6dd44
14 changed files with 30 additions and 23 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue