-
Notifications
You must be signed in to change notification settings - Fork 109
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
Fix Carpet 1.19.3-1.20.1 #1110
base: llama
Are you sure you want to change the base?
Fix Carpet 1.19.3-1.20.1 #1110
Conversation
to save issues staying open, this also fixes #1115 Optifabric Carpet Fix //Updated 21/07/23 with Latest actions |
I think these were fixes to implement/fix Carpet features. Carpet has mixins which are only optional so that they don't crash with OptiFine present. So most of the mod will work but individual features won't. I suppose the Mixin debug log should say if there are optional mixins being skipped which would confirm that. |
I actually addressed the issue this time, did the same tests and everything is working fine now (meaning that |
~~ are there any builds with these changes? because if these changes are in build 1.13.25 it did not fix the carpet issue as far as I am aware. (See "Will be incompatible with clients without the mod and with Fabric API on 1.20+ or exactly 0.79.0"). ~~ I see the build artifacts did actually fix the carpet issues at least it worked for me. But if the changes were also hoping to fix the known incompatibility with the replay mod... I hope the following error helps diagnosing the issue:
|
Will fix carpet, won’t fix replaymod. Different cause |
As far as I've tested
InterceptingMixin
's don't need to be used in 1.19.3 and above.Tested the following versions:
fixes #1115 fixes #1104 fixes #1043 fixes #1029 fixes #1010 fixes #1146
Edit: The first commit can be completely ignored, its only purpose being to allow the game to start in 1.19.3+ without fixing the underlying issue.