You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Forge added events to the in game gui so replacing it is not necessary. Replacing it prevents all other mods that properly hook the gui from working.
https://github.com/maxpowa/AdvancedHUD/blame/master/advancedhud/TickHandler.java#L24
The RenderGameOverlay event has an eventtype variable included, so you can cancel the elements you need to, and leave the rest.