Posted October 17, 201311 yr First, I'll start by saying I literally just dived into minecraft coding. Having learned the basics of Java before, and knowing other programming languages, I do have a relatively good understanding of how code works. Basically I want to create a mod that adds a button in game, which takes you to a different menu that brings up the Multiplayer GUI screen, but in game. The help I'm requesting is just somewhere to start. I have done some googling with no results, and have dug through the GUI core files, but still am not really quite sure where to begin. Pointers are appreciated and I'd love you forever if you could point me to a tutorial as well Thanks in advance ~Avengera
October 17, 201311 yr Well, there is a Gui tutorial on the wiki. The important part is IGuiHandler usage. The Multiplayer Gui (with server selection) is conveniently called GuiMultiplayer. Instead of making your gui, you can open an instance of this one when you want.
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.