This repository was archived by the owner on Nov 13, 2022. It is now read-only.
Update to Minecraft 1.17.1 - #1
Open
Fourmisain wants to merge 4 commits into
Open
Conversation
- update to Loom 0.8, Java 16 - remove deprecated jcenter, add shedaniel's and TerraformersMC's maven - switch from autoconfig1u and cloth:config-2 to cloth-config-fabric - don't include cloth config - fix getPreferredTarget mixin
Author
|
Updated the README to reflect the Cloth Config requirement. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Very similar PR to dzwdz/toomanybinds#8, updates all around - there was only 1 breaking change with 1.17.
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 add it as a requirement on CurseForge
getPreferredTargetmixinThe 2
shouldAttack()calls changed toSensor.testAttackableTargetPredicateIgnoreVisibility()andSensor.testAttackableTargetPredicate(), the latter being the correct one to targetAnd finally
This version is probably compatible with 1.17 too, haven't tested but would be surprised if it wasn't.
Version 1.0.0 is most likely compatible up to 1.16.5.