-
-
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
mod support? #2321
Comments
It’s not reasonable to expect mod support since mods use java specific methods that aren’t available in mineflayer. Mods rely on being able to take from the actual game code of minecraft, such as the java methods they use internally, which isn’t really possible here considering we don’t use mojang’s java code at all. |
Forge: https://github.com/PrismarineJS/node-minecraft-protocol-forge |
Note that the forge package is only to make connecting to forge servers possible, it does not and cannot "support mods". There's no way for Mineflayer to become aware of different packets/blocks/plugin channels that a given Forge mod might implement. AFAIK there's no special handshake for a Fabric server, so Mineflayer supports Fabric as much as it supports Forge (which is not much). |
Sorry to necro this thread, first i would like to know if a Fabric's counterpart of |
Would it be possible to use a mod loader such as fabric or forge to join a modded server that Isn’t vannila.
The text was updated successfully, but these errors were encountered: