-
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
[Quilt 1.19.2] Doesn't recognize Quilt Kotlin Libraries as being equivalent to Fabric Language Kotlin. #7
Comments
Not sure why Quilt doesn't show this in the main error message, but it says this on line 305 of the logs:
Try also installing |
Just tried that, and now quilt is complaining about duplicate mod IDs:
Disabling the qkl 1.0.2 seems to work, but I don't know if that will break anything else. |
|
Oh, I didn't realize there were two files available there. That worked. |
Trying to install HexDebug on Quilt with Quilt Kotlin Libraries instead of Fabric Language Kotlin results in the game failing to launch with the following error:
Interestingly, if I mangle the jar file to remove the dependency on
fabric-language-kotlin
fromfabric.mod.json
, the game loads just fine, likely because QKL is supposed to be compatible with FLK.In case they might be needed, I've uploaded the full logs here.
The text was updated successfully, but these errors were encountered: