Posted July 11, 201411 yr Hello everybody. I need to change main menu and the zombie class in the default code. I searched a lot for tutorials of this kind, but didnt find anything. May be you can help or provide me an example code? P.S. English is not my native language, so, please be patient with errors
July 11, 201411 yr Author I already tried to take the source code GuiMainMenu from mcp903, and put it in "\src\main\java\net\minecraft\client\gui", when i change it and use eclipse to start the game - everything works. But then i build my mod and put archive into \mods\ - nothing happens. I dont know how to inject my files into 1.7.2.jar like OptiFine does it.
July 11, 201411 yr Don't change vanilla source code. Use reflection/ASM to patch into classes at runtime, instead.
July 11, 201411 yr Author Yes, i never have been working with coremods. I need to change vanilla code because i am writing mod for my own minecraft project.
July 11, 201411 yr Author I need to change the functional of buttons and add 1 more, also need to change the positions of buttons and add displays the number of players to the main menu
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.