JadeMin / aterbot

✨ A Minecraft bot for keep your Aternos server alive 24/7!
GNU General Public License v3.0
140 stars 666 forks source link

Won't work with mods #7

Open Truesoul1 opened 1 year ago

Truesoul1 commented 1 year ago

I have mods on my server and when I hit join bot it says "This server has mods that require Forge to be installed on the client."

Terator166 commented 11 months ago

i have it too how i fix it?

amoraschi commented 9 months ago

@Truesoul1 @Terator166

Mineflayer doesn't support mods as of right now, and it probably won't, since it's too much work. But there's a package from the same organization: node-minecraft-protocol-forge, which enables handshakes with modded servers, even if the bot won't be able to interact in any way with the mods. It's up to the developer of this project to implement this or not, or you can always open a PR to implement this yourself in the project.

ElCunq commented 8 months ago

@Truesoul1 @Truesoul1

Mineflayer doesn't support mods as of right now, and it probably won't, since it's too much work. But there's a package from the same organization: node-minecraft-protocol-forge, which enables handshakes with modded servers, even if the bot won't be able to interact in any way with the mods. It's up to the developer of this project to implement this or not, or you can always open a PR to implement this yourself in the project.

Hey can you help me about it? I couldn't figure out how to implemet it by myself.