I am Recieving this errror when i run this simple code snippet
import mineflayer from 'mineflayer';
const bot = mineflayer.createBot({
host: 'localhost',
port: 25595,
username: 'Maaz_Bot', // minecraft username
password:''
})
I was expecting it to join the localhost server which is hosted at port 25595 by using lan world and mineflayer library