
Crash To Main Menu - Return to Main Menu on Crashes
This modification provides Minecraft with the ability to recover from certain types of crashes. Instead of completely closing the game, when fixable errors occur, an error message will be displayed with the option to return to the main menu.
Why is this mod needed?
Although Minecraft already allows switching between worlds without restarting the game, any error in the active world leads to its unloading and... game crash. This seems illogical, doesn't it? The mod developer thought so too.
This modification will be especially useful for mod and modpack creators, streamers, video bloggers, and other users who want to avoid the need to restart Minecraft after world crashes - situations that ideally should always be recoverable.
How it works
This is a coremod that modifies the Minecraft client directly during runtime. It implements its own version of the game's run() method, which allows controlling which errors cause the game to close and which return the user to the main menu.
Which crashes are fixable?
Almost any errors that occur in a loaded world and normally lead to game closure are now fixable. However, problems that occur during Minecraft's loading phase are not recoverable and will still cause the game to terminate.
Are error reports available?
Yes. Although the game won't close, all crashes are still recorded in the crash-reports folder in the usual manner.
Server operation
No. This modification is intended exclusively for the client side and will not work on servers.