-
-
Notifications
You must be signed in to change notification settings - Fork 79
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.5 #472
1.20.5 #472
Conversation
You need to disable Forge/NeoForge subprojects altogether if you want to work with snapshots or pre-releases. Iirc only Fabric supports these. |
Checks can't pass because the base repo is still using Java 17, but now things may work locally. |
I think there may still be a few more kinks to workout. When I try to build this version with
|
You're right, there are at least 11 unfixed mixin errors right now. Feel free to contribute. |
I've spent a couple of hours trying to fix this and update to 1.20.6, but I think I might have bitten off a bit more than I can chew😅. Most of my efforts were spent trying to update from the main branch rather than this PR, so it is possible I missed something. My best guess at the cause of the error is that the Mixin library is not being recognized by the build system. I have tried compiling with Forge and NeoForge disabled, with both enabled, and with only Forge enabled. I also updated every version number I could find in the Gradle config files to the most up to date versions I could find, but none of that seemed to work. My inexperience with Gradle is holding me back a bit I think, but I'll keep looking and submit I PR if I ever manage to get it working. |
Didn't get to the remapping part because
but I guess it could help you nonetheless