mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-12-23 01:10:26 +01:00
add can_leap setting to mese monster
This commit is contained in:
parent
7ade16b4d1
commit
1ba32b39eb
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user