-
Notifications
You must be signed in to change notification settings - Fork 6
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
Broken on Fabric Loader 0.12.0+ (and 1.18+) #5
Comments
I should probably have linked this earlier: SpongePowered/Mixin#529 will make it possible to fix this issue (should I PR it to Fabric's fork too?) |
Merged
Finally updating my installed mods to 1.18.2 , is this still blocked? |
Minecraft is now on 1.19, any plans on updating this? |
comp500
pushed a commit
that referenced
this issue
Jun 13, 2022
* Update to 1.18.1 * Rearrangement Now using reflection's getField() instead of getMethod() because seems like there's no "getMixins" anymore but there's still a field "mixins" hanging around * updated gradle wrapper, fixed 1.18's java requirement also tested in client 👍 * Downgrade base version to 1.17, fix #5 Still compatible with 1.18+ tho!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A crash on loader 0.12.1: https://hastebin.com/isixedepes.yaml
Same crash on loader 0.11.7: https://hastebin.com/axomarowit.yaml
See https://fabricmc.net/2021/10/03/loader-0120.html#mixin-compatibility for more info on what exactly changed in loader in regards to 0.12.
The text was updated successfully, but these errors were encountered: