We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One mixin of the common networking module doesn't have the same signature between 1.7.10 and 1.8.9. I'm surprised previous versions of LFAPI didn't crash in the same way because this code exists since API 1.7.0. Culprit: https://github.com/Legacy-Fabric/fabric/blob/main/legacy-fabric-networking-api-v1/common/src/main/java/net/legacyfabric/fabric/mixin/networking/client/ClientPlayNetworkHandlerMixin.java#L50-L56 Logs: https://mclo.gs/CLrZjaA MC1.8+ isn't affected.
The text was updated successfully, but these errors were encountered:
Closes Legacy-Fabric#161
0619717
Fix crash on startup on MC1.7.10 (#162)
67279df
* Closes #161 * Fix typo in package name
Successfully merging a pull request may close this issue.
One mixin of the common networking module doesn't have the same signature between 1.7.10 and 1.8.9.
I'm surprised previous versions of LFAPI didn't crash in the same way because this code exists since API 1.7.0.
Culprit: https://github.com/Legacy-Fabric/fabric/blob/main/legacy-fabric-networking-api-v1/common/src/main/java/net/legacyfabric/fabric/mixin/networking/client/ClientPlayNetworkHandlerMixin.java#L50-L56
Logs: https://mclo.gs/CLrZjaA
MC1.8+ isn't affected.
The text was updated successfully, but these errors were encountered: