Posted July 1, 20169 yr I what to completely rework the world creation screen to work with some of options my mods adds, it may even be easier, to change the button to goto a menu of my own. But do not know how to either
July 1, 20169 yr OpenGuiEvent allows you to catch any gui opening. Check if event.gui is instanceof gui you want to replace (world creation) and open your custom one. Note: It is generally recommnded to extend gui to be replaced. 1.7.10 is no longer supported by forge, you are on your own.
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.