I am working on a modpack and need a mode that can add an option to quit without saving on the pause menu. I want to be able to modify it using FancyMenu mod, so don't do any weird stuff to prevent modification. I would like it to be optional to have a confirmation screen popup before you proceed. Add a configuration to facilitate this. This option should only show up when you are alone and in a single-player world. There should be a config option for the host of a LAN world to quit without saving. Here is how the mod should work:
When the player first opens a world, before it is loaded (or maybe before the player joins the world), the mod should grab the save file of the world and store it somewhere.
When the player chooses to exit the world without saving, the mod should cancel the saving world process. Then, it should replace the save file with the backed-up save and go back to the main menu.
I would make this mod myself, but I lack the experience required to make such a mod. Anybody who can develop this mod would be a lifesaver! Thanks!
I am working on a modpack and need a mode that can add an option to quit without saving on the pause menu. I want to be able to modify it using FancyMenu mod, so don't do any weird stuff to prevent modification. I would like it to be optional to have a confirmation screen popup before you proceed. Add a configuration to facilitate this. This option should only show up when you are alone and in a single-player world. There should be a config option for the host of a LAN world to quit without saving. Here is how the mod should work:
When the player first opens a world, before it is loaded (or maybe before the player joins the world), the mod should grab the save file of the world and store it somewhere.
When the player chooses to exit the world without saving, the mod should cancel the saving world process. Then, it should replace the save file with the backed-up save and go back to the main menu.
I would make this mod myself, but I lack the experience required to make such a mod. Anybody who can develop this mod would be a lifesaver! Thanks!