version changes
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 13s

This commit is contained in:
roberts 2025-05-10 12:52:48 -05:00
parent d53388c084
commit 4aacdd45ce
2 changed files with 2 additions and 4 deletions

View file

@ -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);

View file

@ -3,8 +3,7 @@
"name": "Cletus",
"host": "192.168.1.90",
"port": 25565,
"auth": "offline",
"version": "1.20.4"
"auth": "offline"
},
"ai": {
"model": "gemma3",