SoRadGaming / Simple-HUD-Enhanced

https://discord.gg/2NY3a3AJ8e Minecraft mod that enhances the game's Heads-Up Display (HUD) by introducing customizable elements and features to display information.
MIT License
4 stars 1 forks source link

Support for trinkets slots #24

Closed Nemo157 closed 7 months ago

Nemo157 commented 8 months ago

When using Elytra Trinket to equip an elytra in a trinket slot its durability is not shown in the equipment HUD. Detecting when Trinkets is installed and adding it to the list of slots to be checked would be useful.

SoRadGaming commented 8 months ago

I implemented the API in a test. As you can see in the image below, it seems to work. The only issue is the Order and Incompatibility with Equipment Settings (Only Slots/Durability is an Issue). Also, the Triknet API has some problems that must be worked out. For example, not installing the mod just breaks the classes it's used instead of throwing an error.

Image: image

SoRadGaming commented 7 months ago

Got Everything Working Perfectly. The only issue is the API is required for using the mod now, so I need to fix this issue, then I can proceed.