From 5cabfdfff34864b3b83b2aaefdd60a807b3ca5ef Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 10 Mar 2017 16:06:42 +0000 Subject: [PATCH] stone monster's cannot jump :) --- stone_monster.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stone_monster.lua b/stone_monster.lua index 07f8a01..2351448 100644 --- a/stone_monster.lua +++ b/stone_monster.lua @@ -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 = {