about summary refs log tree commit diff
path: root/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.ts')
-rw-r--r--src/main.ts1
1 files changed, 1 insertions, 0 deletions
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;