-
Notifications
You must be signed in to change notification settings - Fork 13
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 serverDataSyncer Mixin for Tweakeroo 1.21+ #84
fix serverDataSyncer Mixin for Tweakeroo 1.21+ #84
Conversation
Some questions:
|
...eath/tweakermore/mixins/tweaks/mod_tweaks/serverDataSyncer/tweakeroo/RayTraceUtilsMixin.java
Outdated
Show resolved
Hide resolved
Tweakeroo in 1.21 also has the same changes as MiniHUD, instead of just 1.21.3, so the changes that you had under 1.21.3, should also be applied to 1.21, starting with Tweakeroo 0.21.51, https://modrinth.com/mod/tweakeroo/version/0.21.51
At Startup
Used the same fixes that you've already placed in the 1.21.3 folder, and applied them to 1.21.1 and above.
I've primarily just bumped all of the Jitpack versions to the most recent builds of 1.21, where the Modrinth releases do not necessarily have Release tags. Perhaps they can be added yet instead of the 10 character ID. |
it's no longer needed since there is no more freecam issue resolved Fallen-Breath#86
…ods >= 24.6" This reverts commit 21a32a8.
This reverts commit 07b35f3.
…xaero_minimap" This reverts commit 7e581cc.
This reverts commit 2928312.
Currently working on the fix like how you've described without using the pre-processor |
All Set. Sorry, I do not know your exact Line spacing for the mixin, so I just re-copied it from the 1.21.3 folder. |
lgtm, the patch now is much cleaner than it used to be |
Seems that tweakeroo has been overlooked for 1.21, so I gave it the same treatment as MiniHUD.