You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
once i run it using this command node cow.js
the file is called cow.js and when i launch it nothing happens no errors it dosent even join this is the code im using
const mineflayer = require('mineflayer')
once i run it using this command
node cow.js
the file is called cow.js and when i launch it nothing happens no errors it dosent even join this is the code im using
const mineflayer = require('mineflayer')
const bot = mineflayer.createBot({
host: 'localhost',
port: 55878,
username: 'Bot',
version: '15.2'
})
The text was updated successfully, but these errors were encountered: