Posted August 24, 201411 yr Hi, I want the options menu to keep the game running even in single player. I can check if the game is paused with doesGuiPauseGame() but I cannot overwrite it. The events I found are fired after the gui has been initialized so I think it is too late to override the default behaviour. How can I prevent the game from pausing in single player?
August 25, 201411 yr You could probably make your own Gui class extending the vanilla class, and override the doesGuiPausGame() method. Than you need to subscribe the the [/code]GuiOpenEvent[/code] and in that methd you set the GuiScreen variable to a new instance of your Gui. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
August 25, 201411 yr Author Yeah derp, I tried to modify it when I could have just replace everything.
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.