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
in the mod AdvancedChatHUD that results in chat boxes being behind the Hud
1.20.1 with MaliLib and AdvancedChatHUD
1.21.1 with MaliLib and AdvancedChatHUD
to fix that i've created a Mixin in AdvancedChatHUD that changes the onRenderGameOverlayPost to inject into layeredDrawer from Mojang to guarantee its rendered as the last layer
The text was updated successfully, but these errors were encountered:
In the current 1.21.1 version of Malilib the injection of onRenderGameOverlayPost is done like this:
but the render function there already has rendered all layers and disabled depth tests again:
in the mod AdvancedChatHUD that results in chat boxes being behind the Hud
1.20.1 with MaliLib and AdvancedChatHUD
1.21.1 with MaliLib and AdvancedChatHUD
to fix that i've created a Mixin in AdvancedChatHUD that changes the onRenderGameOverlayPost to inject into layeredDrawer from Mojang to guarantee its rendered as the last layer
The text was updated successfully, but these errors were encountered: