Sync with upstream for MC 1.20.1 #239
Merged
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.
The Issue
The current version of Forgified Fabric API for MC 1.20.1 lacks some upstream changes, so I ported them there.
I know this might be a duplicate of #220 but that is stale, isn't it?
This PR implements the latest upstream changes (from
13a40c66to761f669din upstream repo, ends at Fabric API 0.92.6) and update the project to use Forge 47.4.6, Fabric Loader 0.16.10, MixinExtras 0.5.1 for Forge.The PR has been tested in an enviroment with some Forge mods and Replay Mod (ver 2.6.15) on Forge 47.4.6 with Connector installed, they worked well.
The Proposal
Sync with upstream changes, fixes the bugs that were fixed by upstream commits.
Possible Side Effects
Fix bugs that were fixed by upstream.
Alternatives
None. It is impossible to ignore known issues that have been fixed with a working solution.
Additional Notes
None.