Posted March 3, 20223 yr Hello, I am developing a mod for my Minecraft server with Forge 1.16.5, and I would like to customize the debug overlay, by removing some fields or adding or modifying others. However, I don't know how to do this, because it doesn't work like in the old versions. Could you help me? Thank you.
March 3, 20223 yr you can use RenderGameOverlayEvent.Text to modify the debug overlay, it could be a bit tricky to remove things because not all fields are always displayed
March 3, 20223 yr Author Is there any way to remove the entire overlay and replace it with my own? Like for the GUI screens?
March 3, 20223 yr Author Which lists? 😓 Sorry, I don't speak English very well, so I may not have understood the word "lists" the same way you did... or I just didn't understand at all what you mean...
March 3, 20223 yr the Lists which are given by the Event: https://github.com/MinecraftForge/MinecraftForge/blob/735382be0309e3d118f0243c06d4030bb58efd99/src/main/java/net/minecraftforge/client/event/RenderGameOverlayEvent.java#L189-L197
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.