mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 06:55:04 +00:00
Update bot.js
This commit is contained in:
@ -13,7 +13,7 @@ function getRandomMovement() {
|
|||||||
|
|
||||||
for (let i = startBotIndex; i < endBotIndex; i++) {
|
for (let i = startBotIndex; i < endBotIndex; i++) {
|
||||||
const bot = bedrock.createClient({
|
const bot = bedrock.createClient({
|
||||||
host: 'localhost',
|
host: 'minecraft2.lan',
|
||||||
port: 19132,
|
port: 19132,
|
||||||
username: `Bot${i}`,
|
username: `Bot${i}`,
|
||||||
version: '1.20.0',
|
version: '1.20.0',
|
||||||
|
Reference in New Issue
Block a user