-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Can't connect to a server #290
Comments
This is issue with you trying to join 1.19.3 server with 1.19.2. Because of experimental content (in this case camel), registries aren't matching required (vanilla) entries. It's pretty much intended behaviour. |
But experimental features was not enabled on the server so I don't understand how that works? |
Even if they aren't enabled, they are still registered/present in game's registries (so technically you could place 1.20 blocks with some extra mod/tool and they would be preserved without enabling experimental features) |
Oh, I didn't know that. I guess it's this issue can't be resolved due to registries missing on 1.19.2, the server uses ViaVersion with ViaBackwards to allow older clients and newer clients to join so how would that work? |
ViaFabric could mark every vanilla entry as optional (with qsl api), which would allow it to bypass registry sync |
The thing is they don't support old versions and adding new features to them as they only support the latest version of each major version like 1.19.4, 1.18.2, 1.17.1 and morr. So someone would probably need to make an addon of some sort to allow ViaFabric to mark every vanilla registry as optional to bypass the registry sync. |
QFAPI / QSL Version: QFAPI 4.0.0-beta.28 and QSL 3.0.0-beta.29
Log: https://mclo.gs/ambk4hB
Description: I tried to join this whitelisted server that supports both 1.19.3 and 1.19.2 clients with the mods that I play and then I get an error message (shown in screenshots). I went through my mods list and found that this only happens when QFAPI / QSL is enabled, as when I have no mods in my instance / folder with just Quilt Loader 0.18.2, I can connect to the server with no issues
This was also transferred from the Quilted Fabric API gituub since I think it is an issue with QSL having a different registry system to match mods whereas Fabric doesn't really care at all
Screenshots:
The text was updated successfully, but these errors were encountered: