-
Notifications
You must be signed in to change notification settings - Fork 4
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.20.1 version is crashing on servers. #21
Comments
Hi @AzureDoom , |
crash-2023-07-19_11.23.14-fml.txt I took some time to replicate this and found that it crashes in a Forge server environment but not Fabric. This is because of "Kotlin for Forge" doing mod reflection when constructing itself and catching an unused (client-only) API method, which I'll have to move to a separate package. I'll try get this done today. |
This is fixed in Kambrik 6.1.1, which has been uploaded to Modrinth and CurseForge (pending review). |
The text was updated successfully, but these errors were encountered: