Posted November 19, 20204 yr Hi, i would like to replace the F3 screen. By that I mean I want to display other text on it. But I need help with replacing it. The F3 screen is in the net.minecraft.client.gui.overlay.DebygOverlayGui, and its created in net.minecraft.client.gui.IngameGui Thanks for your help!
November 19, 20204 yr Author How do you cancel it? Wouldnt canceling it cancel all text render events?
November 19, 20204 yr Author Theres one catch. Canceling event works, but the event is running every tick. When I want to show my f3 screen, it doesnt do anything becouse it switches it 20 times per second. Any ideas?
November 19, 20204 yr Author But i want it to render only when I press f3, and if I press it second time it dissapiers
November 19, 20204 yr Author I got it by Minecraft.getInstance().gameSettings.showDebugInfo; works! Thanks
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.