Move drawn items under chat hud #1742
Unanswered
legoraft
asked this question in
Mod Dev Support
Replies: 1 comment 3 replies
-
Try HudRenderCallback perhaps? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a mod I'm making, I'm drawing some armor items onto the HUD, the problem is that it also overlays the chat.
The code I used is this (This is injected into the renderHotbar function in the InGameHud.class):
Does anyone know how to get the armor items under the chat hud?
Beta Was this translation helpful? Give feedback.
All reactions