We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1fcda commit daec6fbCopy full SHA for daec6fb
1 file changed
bot.js
@@ -10,8 +10,8 @@ process.on('uncaughtException', (err) => {
10
const mineflayer = require('mineflayer')
11
12
const options = {
13
- host: process.env.BOT_HOST || 'play.blockhorizon.fun',
14
- port: parseInt(process.env.BOT_PORT) || 64345,
+ host: process.env.BOT_HOST || 'play.faltumc.xyz',
+ port: parseInt(process.env.BOT_PORT) || 19132,
15
username: process.env.BOT_USERNAME || 'PixelForgeStudio',
16
auth: process.env.BOT_AUTH || 'offline',
17
version: '1.20.4'
0 commit comments