Health Overlay (Forge)

Health Overlay (Forge)

10M Downloads

Crash related to mixins

sargunv opened this issue ยท 3 comments

commented

https://paste.ee/p/Lnj6t

The interesting piece:

[21:18:15] [main/FATAL]: Mixin apply failed healthoverlay.mixins.json:InGameHudMixin -> net.minecraft.class_329: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException @Redirect annotation on redirect$runDefaultRenderer$zcl000 could not find any targets matching 'renderStatusBars' in the target class net.minecraft.class_329. No refMap loaded.

Seems like it's not loading the refmap? Reproduced successfully with only this mod and fabric api installed.

commented

Huh, thats weird

commented

I just built the mod again and it works. Something "probably" changed between 113 and the latest build of the loader. Can you please confirm that its fixed, just to be 100% sure.

commented

Yep, it works. Thanks!