diff options
-rw-r--r-- | src/main.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.ts b/src/main.ts index c6bf915..6665e9a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -52,6 +52,8 @@ bot.loadPlugin(autoeat) bot.once('spawn', () => { mineflayerViewer(bot, { firstPerson: true, port: 3000 }); const defaultMove = new Movements(bot); + defaultMove.allowParkour = false; + defaultMove.maxDropDown = 3; (bot as any).autoEat.options.priority = 'saturation'; (bot as any).autoEat.options.startAt = 16; |