Health Overlay (Forge)

Health Overlay (Forge)

10M Downloads

Freezing Effect not working as intended [FABRIC HealthOverlay-1.17.1-4.0.2]

JuceDoesThings opened this issue ยท 1 comments

commented

For some reason, the freezing effect is working... oddly. While the other effects (poison and withering) work fine even with absorption, freezing has a weird texturing issue that makes it just look messy. Not only that, but for some odd reason it seems to have a color to it even at 20hp and doesn't ever change properly. It starts as a dark blue, turns purple, and just cycles through those colors forever
image

commented

The colors are supposed to cycle between health rows, the same happens with poison and withering. There are 2 poison, withering and freezing colors that are cycled through for each row of health. You are allowed to define only one color in the config to use vanilla and that color, so you will have vanilla frozen hearts at 20, 60, 100... and the defined color at 40, 80, 120 hp.

This is the default config, so thats why its dark blue and purple

"health_frozen_colors": [
	"#3E70E6", # dark blue
	"#873EE6" # purple
]

I have also noticed that you're using 4.0.2, but I released 5.0.0 a while ago. I marked it with 1.18 by mistake, but have corrected it now, so might be a good idea to update, but I have tested this on your version as well.