1
0
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:
TenPlus1 2017-03-10 16:06:42 +00:00
parent 386c2cb77a
commit 5cabfdfff3

View File

@ -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 = {