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',