Posted January 30, 20169 yr When trying to launch Minecraft without a mod required by another mod, Minecraft 'exits' to a splash screen and a helpful message is displayed to the player. I'd like to do the same thing when a particular crash occurs with a mod I'm working on. Does anyone know if this is possible? Or is that functionality reserved exclusively for that scenario. [1.7.10] [1.8.9] RTG — Realistic Terrain Generation — http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2524489
January 30, 20169 yr Author Awesome, thank you! [1.7.10] [1.8.9] RTG — Realistic Terrain Generation — http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2524489
January 31, 20169 yr If its a required mod missing, you can throw a CustomModLoadingErrorDisplayException instead. I did this myself, as I needed to detect a version of a mod that didn't report its version number to Forge. https://github.com/Draco18s/HarderStuff/blob/master/src/main/java/com/draco18s/hardlib/client/ClientProxy.java#L22-L24 (Edit: misread, you were comparing, however this might still be useful information for others) Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
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.