add can_leap setting to mese monster

This commit is contained in:
tenplus1 2022-07-12 08:38:04 +01:00
parent 7ade16b4d1
commit 1ba32b39eb
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ mobs:register_mob("mobs_monster:mese_monster", {
run_velocity = 3,
jump = true,
jump_height = 8,
can_leap = true,
fall_damage = 0,
fall_speed = -6,
stepheight = 2.1,