mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-15 06:25:04 +00:00
Update bot.js
This commit is contained in:
@ -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'
|
||||
});
|
||||
|
Reference in New Issue
Block a user