mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-11-13 14:20:19 +01:00
stone monster's cannot jump :)
This commit is contained in:
parent
386c2cb77a
commit
5cabfdfff3
|
@ -27,7 +27,8 @@ mobs:register_mob("mobs_monster:stone_monster", {
|
|||
},
|
||||
walk_velocity = 1,
|
||||
run_velocity = 2,
|
||||
jump = true,
|
||||
jump_height = 0,
|
||||
stepheight = 1.1,
|
||||
floats = 0,
|
||||
view_range = 10,
|
||||
drops = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user