legoatoom's Golden Berries

legoatoom's Golden Berries

41.6k Downloads

Incompatability with HealthOverlay. Mixin fail.

Delfite opened this issue ยท 1 comments

commented

All info about the crash and it's environment is contained in the log file: https://mclo.gs/LrvhH8m

Description: Launching the game with your mod "Golden Berries" active causes a fatal error involving your mod's mixins. Removing or disabling Golden Berries fixes this crash entirely.

commented

Goldenberries changes the rendering of hearts if you have the Alexiteric effect.
The problem is the Health-Overlay mod. It completely replaces the rendering of hearts.

The mixin does not know what to do then.

This isn't an easy fix. I might need somehow inject into the HealthOverlay or ask them to implement some sort of api for other adding Potion Effect changes.