Update mobs_mc
This commit is contained in:
parent
aec9618b9e
commit
8ddb427777
33 changed files with 43 additions and 22 deletions
|
@ -68,17 +68,18 @@ mobs:register_mob("mobs_mc:evoker", {
|
|||
distance = 16,
|
||||
},
|
||||
animation = {
|
||||
speed_normal = 25,
|
||||
speed_run = 25,
|
||||
walk_speed = 25,
|
||||
run_speed = 25,
|
||||
stand_start = 40,
|
||||
stand_end = 59,
|
||||
speed_stand = 5,
|
||||
stand_speed = 5,
|
||||
walk_start = 0,
|
||||
walk_end = 40,
|
||||
shoot_start = 60,
|
||||
shoot_end = 80,
|
||||
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