Cheos137 / ArmorpointsPlusplus

A light-weight mod overhauling vanilla ui components
https://modrinth.com/mod/armorpoints
MIT License
2 stars 2 forks source link

[Add support for 'Better Mount HUD' and 'Dehydration'] This mod interferes with other mods' hotbar elements #32

Closed MScott7 closed 1 year ago

MScott7 commented 2 years ago

Description

This mod stops mods like Better Mount HUD and Dehydration from displaying their hotbar elements, even though they seemingly wouldn't overlap or conflict. Interestingly, it doesn't seem to interfere with EnvironmentZ's hotbar element.

Not marking as a bug because I don't know if this is a known side effect. Sorry if it should be marked so.

Screenshots

Without ArmorPoints++: image image

With ArmorPoints++: image image

Other Files

No response

Cheos137 commented 2 years ago

The way Armorpoints++ works on fabric is by replacing the Gui class - most mods that use mixins to inject themselves into any methods of the vanilla gui class won't work with this approach, while all mods using the fabric api event will still work. If you want, I'll mark this as a feature request for specifically adding support for better mount hud and dehydration.

Cheos137 commented 2 years ago

Maybe i can think of some hack to enable all mods using mixins for such to still work... we'll see.