Mason Walker

Results 3 comments of Mason Walker

This issue occurs with most stable distros as they bundle older versions of GLIBC see if you can backport it from newer releases of opensuse (No Idea how to do...

This works: ``` const bot = mineflayer.createBot({ host: 'realhost', realms: { pickRealm: (realms) => realms[0] }, auth: 'microsoft' }) ``` But not this: ``` const bot = mineflayer.createBot({ realms: {...