Glitchfiend / ToughAsNails

Minecraft mod that adds survival features to increase difficulty and realism, including thirst, body temperature, and more!
https://www.curseforge.com/minecraft/mc-mods/tough-as-nails
Other
277 stars 111 forks source link

change accessibility of drawTemperature and drawThirst #839

Closed afoxxvi closed 4 months ago

afoxxvi commented 4 months ago

Hello, I'm a developer of an HUD mod, since I will disable some vanilla overlays in my mod, the temperature and thirst overlay will also be hidden( because TAN uses mixin to render overlays ), by making this two methods public, I can call them in my mod, so the overlays won't be hidden when vanilla food or air rendering is canceled.