Posted January 23, 201510 yr Hi, i have wrote a mod to change the IngameMenu, using OpenMenuEvent, and it works perfect on under eclipse.. but while i export it to a standalone JAR file, and put it into Mods folder, it no longer work. it appear nothing when i press ESC ingame, which means client didn't drawout the GUI. i have tried all the GuiScreen, all of them cant not been replace with a new GuiScreen. Because the Client can not draw out the GUI. i guess it didnt go through initGui() method. the forge version is [forge-1.8-11.14.0.1290], i tried to reinstall bot minecraft and forge, it still the same. my jdk is java 1.8_25, and jre is java 1.8_31. can any1 help me to slove out this??
January 23, 201510 yr when you say "export", do you mean gradlew build You need to use gradlew build to export your mod to a jar. It will appear in the build/libs folder. -TGG
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.