9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
|
const mf = require("mineflayer");
|
||
|
|
||
|
const bot = mf.createBot({
|
||
|
host: "localhost",
|
||
|
port: 25568,
|
||
|
username: "Mineflayer Bot",
|
||
|
version: "1.9.4"
|
||
|
})
|