Update to Minecraft 1.17.1 - #8
Open
Fourmisain wants to merge 3 commits into
Open
Conversation
- update to Loom 0.8, Java 16 - add newest repositories - switch from old autoconfig1u and cloth:config-2 to new cloth-config-fabric - don't include Cloth/Auto Config anymore - switch to new modmenu - fix breaking changes: - use Screen.addSelectableChild() instead of children.add() - ScreenshotRecorder.saveScreenshot() takes 2 less parameters
Contributor
|
I compiled it and I am unable to scroll my hotbar with this version enabled. |
Author
|
Can confirm, it's actually caused by Amecs API and it was already fixed: https://togithub.com/Siphalor/amecs-api/pull/12 |
|
Could you give this a look, @dzwdz? |
|
based on your great work I've updated this further to 1.18.1 #9 haven't tested all the integrations yet but it works in my simple setup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since the old build was using ancient Gradle, Loom and dependencies and was missing repositories, I couldn't even get it to build (so no
gradlew migrateMappings), so I ended up updating everything in one go / one commit.Luckily the code changes turned out to be extremely simple (there were only 2 one-liner breaking changes).
Changelog
autoconfig1uandcloth:config-2to newcloth-config-fabric(which contains the "new" Auto Config)Cloth Config is huge and updates pretty often (people likely already have it too), it's better to simply add is as a requirement on CurseForge
modmenuScreen.addSelectableChild()instead ofchildren.add()ScreenshotRecorder.saveScreenshot()takes 2 less parametersAnd finally
Old version 0.3.0 is compatible with 1.16.5 and this version is compatible with 1.17 too, so everything is covered.