Skip to content
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

Minor improvements to vanilla tweaks #525

Merged
merged 5 commits into from
Jul 21, 2024
Merged

Conversation

jchung01
Copy link
Contributor

  • Simplify particle spawning bugfix, the accessor was unnecessary.
    • Switched to an @Overwrite to prevent other mods (RandomPatches, RLMixins) from doing the same thing. There also seemed to be a stack size error reported before when running with -Dmixin.debug=true, but not sure if it actually affected the functionality. I tested with RLMixins and only one (UT's) fix is ran without erroring.
  • Slightly adjust smooth scroll tweak, also renaming SRG-named method to a more appropriate one.
  • Various fixes reported by IntelliJ code inspection
  • Bumps MixinBooter to 9.0 and ConfigAnytime to 3.0

- Also slightly simplify scroll direction
- Refactor `@WrapWithCondition`s to v2
- Fixes default call in minecart mixin
- Marks AA laser relay mixin as cancellable
@ACGaming ACGaming merged commit 8e5139a into ACGaming:main Jul 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants