-
-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fabric support #2867
Comments
Mineflayer doesn't support forge and it won't support fabric unless someone adds support. All mineflayer can do at the moment is send a fake mods packet to a forge server saying that it has the required mods, while it actually doesn't. I imagine something similar can be added for fabric servers but actually supporting the custom mods and incorporating the logic and functions in them is practically impossible (given the mods are written in Java and mineflayer is in JavaScript) |
It can definitely be done (by manually defining protocol differences for individual mods), but it is definitely not a job for mineflayer. |
From what I read at #2321, Forge is supported at https://github.com/PrismarineJS/node-minecraft-protocol-forge |
Yes, it's just not been updated. Open for PR to update node-Minecraft-protocol-forge. |
Already have support Forge can add more support Fabric??
The text was updated successfully, but these errors were encountered: