Skip to content
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

Closed
AudioAD opened this issue Dec 16, 2022 · 4 comments
Closed

Fabric support #2867

AudioAD opened this issue Dec 16, 2022 · 4 comments
Labels
new feature Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f

Comments

@AudioAD
Copy link

AudioAD commented Dec 16, 2022

Already have support Forge can add more support Fabric??

@AudioAD AudioAD added new feature Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f labels Dec 16, 2022
@WhoTho
Copy link
Contributor

WhoTho commented Dec 17, 2022

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)

@frej4189
Copy link
Contributor

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.

@GleammerRay
Copy link

Mineflayer doesn't support forge

From what I read at #2321, Forge is supported at https://github.com/PrismarineJS/node-minecraft-protocol-forge

@extremeheat
Copy link
Member

Yes, it's just not been updated. Open for PR to update node-Minecraft-protocol-forge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Stage1 just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Projects
None yet
Development

No branches or pull requests

5 participants