PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
5k stars 910 forks source link

how to log in to a bot on a local minecraft server with mods? #2986

Open ApheliosProgram opened 1 year ago

ApheliosProgram commented 1 year ago

How do I get a bot on my local server with mods ? When I take mods out of his build bot can enter, but when I throw back in the bot can not come in. How do I fix it? Maybe there is a folder in the bot for mods? Help please.

Here's my code const mineflayer = require("mineflayer"); const bot = mineflayer.createBot({host: 'localhost', port: 52829, username: 'Aphelios'})

SonicandTailsCD commented 1 year ago

I'm sorry, but mods aren't supported for Mineflayer. What kind of mods are you using?