From 62e5f4adf174d2ba93adc85d99ac5ced9745d1c8 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Sun, 20 Oct 2024 15:23:00 -0300 Subject: [PATCH] Update bot.js --- src/bedrock/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bedrock/bot.js b/src/bedrock/bot.js index e3d1955..fef3952 100644 --- a/src/bedrock/bot.js +++ b/src/bedrock/bot.js @@ -13,7 +13,7 @@ function getRandomMovement() { for (let i = startBotIndex; i < endBotIndex; i++) { const bot = bedrock.createClient({ - host: 'localhost', + host: 'minecraft2.lan', port: 19132, username: `Bot${i}`, version: '1.20.0',