From e95bca99162bfc9bd620f28d5e47fb0b1fbce5dc Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Sun, 20 Oct 2024 15:23:03 -0300 Subject: [PATCH] Update bot.js --- src/java/bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/bot.js b/src/java/bot.js index a68a1f6..1e26beb 100644 --- a/src/java/bot.js +++ b/src/java/bot.js @@ -13,8 +13,8 @@ function getRandomMovement() { for (let i = startBotIndex; i < endBotIndex; i++) { const bot = mineflayer.createBot({ - host: 'localhost', - port: 25565, + host: 'mine.tribufu.com', + port: 45565, username: `Bot${i}`, auth: 'offline' });