mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-01-08 17:10:39 +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,
|
walk_velocity = 1,
|
||||||
run_velocity = 2,
|
run_velocity = 2,
|
||||||
jump = true,
|
jump_height = 0,
|
||||||
|
stepheight = 1.1,
|
||||||
floats = 0,
|
floats = 0,
|
||||||
view_range = 10,
|
view_range = 10,
|
||||||
drops = {
|
drops = {
|
||||||
|
Loading…
Reference in New Issue
Block a user