From de2a990f7ba1b93963318d4fa89f91f8e7d248d0 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 16 Feb 2023 01:49:08 +0100 Subject: Bot: Dont use entity avoidance during pathfinding --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 2ff4d7a..9462ba7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -61,6 +61,7 @@ bot.once('spawn', () => { const defaultMove = new Movements(bot); defaultMove.allowParkour = false; defaultMove.maxDropDown = 3; + defaultMove.allowEntityDetection = false; (bot as any).autoEat.options.priority = 'saturation'; (bot as any).autoEat.options.startAt = 16; -- cgit 1.4.1