Only hide HUD when debug overlay is visible#4
Conversation
This commit makes it so that the HUDs are no longer hidden when F3+B, F3+G is pressed or when a debug entry is set to always display.
|
yo bro how do i use it |
u gng can u tell me how to use it ? |
|
Hey @Platx1, I'm not really sure how you can build this properly yourself, because if you do so you might also need to self-build the relevant mods that depend on this library (see Serilum/.issue-tracker#2508 (comment)). I would suggest waiting until @ricksouth reviews and (hopefully) merges this PR. |
ok bro thx |
Previously, mods like GUI Clock do not render their HUDs when either chunk borders or hitboxes are shown, or when a debug entry is set to always display. This PR changes it to only hide HUD when the debug overlay is actually enabled.
This PR aims to fix Serilum/.issue-tracker#3337, Serilum/.issue-tracker#3421, Serilum/.issue-tracker#3485, Serilum/.issue-tracker#3514, Serilum/.issue-tracker#3517, Serilum/.issue-tracker#3584, Serilum/.issue-tracker#3665 (and possibly more.)