-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
1.19 compatibility? #3
Comments
Lure is fully compatible with 1.19, but in the new versions the way that Forge sends the initial packet is different from the vanilla format. |
Ah, I'm guessing that might be the same for Fabric then (not using Forge). |
It is possible, to check that the client/server have the same version in mods, these packets are sent outside the vanilla protocol. I will work on an option to create compatibility. |
Lure when connecting to paper server:
These are my logs trying to proxy a Fabric 1.20 server:
What these have in common is how the server responds, logging |
Trying to use Lure to proxy to my modded 1.19 server and connecting causes a crash.
Connection to 127.0.0.1:52695 ended with: packet contents were not read completely (802 bytes remain)
rustcord and Ultraviolet have a similar problem which suggests 1.19 may have updated the protocol?
The text was updated successfully, but these errors were encountered: