This commit is contained in:
parent
d53388c084
commit
4aacdd45ce
2 changed files with 2 additions and 4 deletions
|
|
@ -17,8 +17,7 @@ const bot = mineflayer.createBot({
|
|||
host: config.bot.host,
|
||||
port: config.bot.port,
|
||||
username: config.bot.name,
|
||||
auth: config.bot.auth,
|
||||
version: config.bot.version,
|
||||
auth: config.bot.auth
|
||||
});
|
||||
|
||||
bot.loadPlugin(pathfinder);
|
||||
|
|
|
|||
|
|
@ -3,8 +3,7 @@
|
|||
"name": "Cletus",
|
||||
"host": "192.168.1.90",
|
||||
"port": 25565,
|
||||
"auth": "offline",
|
||||
"version": "1.20.4"
|
||||
"auth": "offline"
|
||||
},
|
||||
"ai": {
|
||||
"model": "gemma3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue