forked from mtcontrib/mobs_monster
add can_leap setting to mese monster
This commit is contained in:
@ -168,6 +168,7 @@ mobs:register_mob("mobs_monster:mese_monster", {
|
|||||||
run_velocity = 3,
|
run_velocity = 3,
|
||||||
jump = true,
|
jump = true,
|
||||||
jump_height = 8,
|
jump_height = 8,
|
||||||
|
can_leap = true,
|
||||||
fall_damage = 0,
|
fall_damage = 0,
|
||||||
fall_speed = -6,
|
fall_speed = -6,
|
||||||
stepheight = 2.1,
|
stepheight = 2.1,
|
||||||
|
Reference in New Issue
Block a user