krypciak Posted November 19, 2020 Posted November 19, 2020 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! Quote
krypciak Posted November 19, 2020 Author Posted November 19, 2020 How do you cancel it? Wouldnt canceling it cancel all text render events? Quote
krypciak Posted November 19, 2020 Author Posted November 19, 2020 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? Quote
krypciak Posted November 19, 2020 Author Posted November 19, 2020 But i want it to render only when I press f3, and if I press it second time it dissapiers Quote
krypciak Posted November 19, 2020 Author Posted November 19, 2020 It cannot be accessed by GameSettings.showDebugInfo Quote
krypciak Posted November 19, 2020 Author Posted November 19, 2020 I got it by Minecraft.getInstance().gameSettings.showDebugInfo; works! Thanks Quote
Recommended Posts
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.