-
Notifications
You must be signed in to change notification settings - Fork 36
Update to 1.21 #112
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
base: 1.20
Are you sure you want to change the base?
Update to 1.21 #112
Conversation
Note: The game still crashes when you select the options menu if Iris is also used. |
Fix the crashing when Iris is used by disabling FullScreenOptionMixin and FullScreenOptionMixin if Iris is present. Unless #97 is implemented, these do nothing when Sodium is present anyway (and Sodium is required for Iris to work) |
Just tested jar mentioned above - it's working) Thanks @sky-is-winning |
Works |
I'm still getting a crash when opening the options menu, what would you need from me to find the problem? I am using the new jar mentioned 3 posts above and don't have iris so its not that. |
It's probably a different mod (in this case, enhancedblockentities) that also modified the mixin. Due to my bodged update of the mixin class, it leads to incompatibility with many mods which have a similar function of modifying the video options screen. In this case, I reccommend that you instead use Cubes Without Borders which does the same thing as this mod but has a proper update to 1.21 by someone who actually knows what they're doing. Might try and fix this if I get bored though :3 |
@sky-is-winning |
Works perfectly on 1.21.2 & 3 too! Though needed to ignore the version dependency in fabric-loader-dependencies.json first. Thanks for this - hope this PR get merged soon |
Hi, I am planning to upgrade another mod running on JAVA17 to 1.21. Is there anything I need to pay attention to? Thanks |
Playing on 1.21.4. This worked for me, except I think the file was changed? I took "borderless-mining-1.1.10-dev.4c1df01+1.21.jar" xD |
Updates to MC v1.21 (fix #111)
Also:
Update gradle to v8.8
Update fabric-loom to v1.6.12
Update fabric-api to 0.100.1+1.21
Update Java version to 21
Here's the compiled jar file.