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,
|
host: config.bot.host,
|
||||||
port: config.bot.port,
|
port: config.bot.port,
|
||||||
username: config.bot.name,
|
username: config.bot.name,
|
||||||
auth: config.bot.auth,
|
auth: config.bot.auth
|
||||||
version: config.bot.version,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
bot.loadPlugin(pathfinder);
|
bot.loadPlugin(pathfinder);
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,7 @@
|
||||||
"name": "Cletus",
|
"name": "Cletus",
|
||||||
"host": "192.168.1.90",
|
"host": "192.168.1.90",
|
||||||
"port": 25565,
|
"port": 25565,
|
||||||
"auth": "offline",
|
"auth": "offline"
|
||||||
"version": "1.20.4"
|
|
||||||
},
|
},
|
||||||
"ai": {
|
"ai": {
|
||||||
"model": "gemma3",
|
"model": "gemma3",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue