monkeypatches-0.7.0.jar
Curse Maven Snippet
What's new
Added
- Satisfying Buttons GH7 patch for FancyMenu 3.9.x compatibility
- FancyMenuButtonMixinAdjuster: Retargets the
@WrapOperationin Satisfying Buttons'FancyMenuButtonMixinfromrenderBackground(GuiGraphics)torenderBackground, matching FancyMenu's newrenderBackground(GuiGraphics, float)signature - Resolves the startup crash
Critical injection failure: @WrapOperation annotation on render could not find any targets matching 'renderBackground(Lnet/minecraft/client/gui/GuiGraphics;)V' - Issue: https://github.com/txnimc/SatisfyingButtons/issues/7
- Only rewrites the selector when it still has the broken value, so it is a no-op once fixed upstream
- No configuration option available - adjusters run while mixin configs load, before the config system initializes
- FancyMenuButtonMixinAdjuster: Retargets the
Technical Details
- Added MixinSquared 0.3.3 (bundled via jarJar, resolved from the enjarai mirror) to adjust another mod's mixin annotations
- Adjuster is registered through
META-INF/services/com.bawnorton.mixinsquared.api.MixinAnnotationAdjuster
This mod has no additional files

