From c855f518291a129ebb55e35de95eb85982bf3808 Mon Sep 17 00:00:00 2001 From: cora Date: Fri, 14 Oct 2022 02:40:25 +0200 Subject: [PATCH] fix mobs not jumping anymore --- mods/ENTITIES/mcl_mobs/api.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/ENTITIES/mcl_mobs/api.lua b/mods/ENTITIES/mcl_mobs/api.lua index 9e6f5a63d..4e559ed07 100644 --- a/mods/ENTITIES/mcl_mobs/api.lua +++ b/mods/ENTITIES/mcl_mobs/api.lua @@ -1385,7 +1385,6 @@ local do_jump = function(self) if not self.jump or self.jump_height == 0 or self.fly - or self.fly_in or (self.child and self.type ~= "monster") or self.order == "stand" then return false