diff --git a/mods/ENTITIES/mcl_mobs/api.lua b/mods/ENTITIES/mcl_mobs/api.lua index 482519105..6e21c05c8 100644 --- a/mods/ENTITIES/mcl_mobs/api.lua +++ b/mods/ENTITIES/mcl_mobs/api.lua @@ -365,7 +365,7 @@ local set_yaw = function(self, yaw, delay, dtime) ddtime = dtime end - if math.abs(target_shortest_path) > 120*ddtime then + if math.abs(target_shortest_path) > 200*ddtime then if target_shortest_path > 0 then self.object:set_yaw(self.object:get_yaw()+3*ddtime) else