1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2024-12-22 17:00:26 +01:00

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

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,