Posted April 18, 201411 yr Is there a way to draw on the Minecraft main-menu (home screen) where it says mods loaded - and others? I have recently started to work with GUIs and events that can help me, but I'm completely stumped. - Don't have any code to put in, tried looking at how forge does it, but didn't really find it. What I'm trying to do: > Kind of like a MOTD -ish type of thing that changes each day with a text file. Any help would be greatly appreciated
April 18, 201411 yr @ForgeSubscribe public onChangeGUI(GuiOpenEvent e){ if(e.gui instanceof GuiMainMenu){ e.gui = new CustomGuiMainMenu(); } }
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.