Hardcore heart icons don't work when Colorful Hearts is installed
RoyalReject opened this issue ยท 7 comments
What version of AppleSkin/what version of Minecraft are you using? This functionality already exists in the code:
but it may have regressed/not be working in certain versions.
I just noticed that as I was looking through the source to create a PR.
Minecraft: 1.20.4
NeoForge: 20.4.200
AppleSkin: 1.20.4-2.5.1
Sounds like one of two things is going wrong:
ends up with the value false
instead of true
or
AppleSkin/java/squeek/appleskin/helpers/TextureHelper.java
Lines 50 to 58 in 8b3fad1
is returning the wrong texture
Okay confirmed it conflicts with https://www.curseforge.com/minecraft/mc-mods/colorful-hearts
Looks like they disable AppleSkin's health HUD rendering and fully reimplement it:
Closing this since the fix would need to be implemented in Colorful Hearts.