This commit is contained in:
7cc5c4f330d47060 2024-08-08 03:19:28 -04:00
parent 8c478f1ca0
commit 8c95e7c8fe
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -1,8 +1,8 @@
const mf = require("mineflayer");
const mf = require('mineflayer')
const bot = mf.createBot({
host: "localhost",
host: 'localhost',
port: 25568,
username: "Mineflayer Bot",
version: "1.9.4"
username: 'Mineflayer Bot',
version: '1.9.4'
})