[Add support for 'Better Mount HUD' and 'Dehydration'] This mod interferes with other mods' hotbar elements
MScott7 opened this issue ยท 2 comments
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
Other Files
No response
Maybe i can think of some hack to enable all mods using mixins for such to still work... we'll see.
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.