Update bot.js

This commit is contained in:
2024-10-20 15:23:00 -03:00
parent 122c356375
commit 62e5f4adf1

View File

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