FastQuit for Minecraft: Exit World Without Waiting for Save

FastQuit for Minecraft: Get Back to the Title Screen While Your World Keeps Saving If you play a lot of singleplayer Minecraft, you have probably stared at the pause between “Saving world” and the title screen longer than you wanted. FastQuit is a quality-of-life mod that changes that rhythm: it ...

Download fastquit for Minecraft 26.2, 26.1, 1.21.11, 1.21.9, 1.21.8, 1.21.6

Original name: fastquit

Minecraft: 1.19.2, 1.19.3, 1.20.1, 1.20.3, 1.21, 1.21.11, 1.21.3, 1.21.5, 1.21.6, 1.21.8, 1.21.9, 26.1, 26.2

Loaders: Fabric

FileVersionLoaderSize
fastquit-1.2.0+1.19+.jar1.19.2Fabric76 КБDownload
fastquit-1.2.2+1.19-1.19.2.jar1.19.2Fabric76 КБDownload
fastquit-2.0.0+1.19-1.19.2.jar1.19.2Fabric83 КБDownload
fastquit-2.1.0+1.19-1.19.2.jar1.19.2Fabric72 КБDownload
fastquit-1.0.0.jar1.19.2Fabric78 КБDownload
fastquit-1.2.2+1.19.3.jar1.19.3Fabric76 КБDownload
fastquit-2.0.0+1.19.3.jar1.19.3Fabric84 КБDownload
fastquit-2.1.0+1.19.3.jar1.19.3Fabric72 КБDownload
fastquit-3.0.0+1.20+.jar1.20.1Fabric77 КБDownload
fastquit-3.0.0-beta.2+1.20+.jar1.20.1Fabric75 КБDownload
fastquit-3.0.0-beta.1+1.20+.jar1.20.1Fabric75 КБDownload
fastquit-3.0.0+1.20.4.jar1.20.3Fabric58 КБDownload
fastquit-3.0.0+1.20.6.jar1.21Fabric57 КБDownload
fastquit-3.1.3+mc1.21.11.jar1.21.11Fabric60 КБDownload
fastquit-3.0.0+1.21.3.jar1.21.3Fabric58 КБDownload
fastquit-3.0.0+1.21.4.jar1.21.5Fabric58 КБDownload
fastquit-3.1.0+mc1.21.6.jar1.21.6Fabric61 КБDownload
fastquit-3.1.1+mc1.21.6.jar1.21.8Fabric61 КБDownload
fastquit-3.1.2+mc1.21.10.jar1.21.9Fabric60 КБDownload
fastquit-3.1.4+mc26.1.x.jar26.1Fabric60 КБDownload
fastquit-3.1.5+mc26.2.jar26.2Fabric62 КБDownload

FastQuit for Minecraft: Get Back to the Title Screen While Your World Keeps Saving

If you play a lot of singleplayer Minecraft, you have probably stared at the pause between “Saving world” and the title screen longer than you wanted. FastQuit is a quality-of-life mod that changes that rhythm: it lets you return to the title screen early while your world is still saving in the background, so you spend less time waiting on the client when you are done with a session.

What FastQuit Actually Does

Normally, when you quit a singleplayer world, the game waits until the server thread finishes writing your world to disk before it shows the title screen. FastQuit skips that waiting step on the client side and allows the save to continue on a background path. The mod still waits when it has to—so you are not trading speed for corrupted chunks. If something cannot complete safely, Minecraft can show a toast telling you the action failed, which is a lot better than silent weirdness.

While a world is still saving, it can appear in your world list, and you can interact with it in ways the mod supports—edit, delete, or recreate—by reusing information from the session that is still finishing its work. The author describes thread-safety measures to keep the saving server and the client from stepping on each other. For some operations (for example rejoining a world that is still saving, or making a backup), the mod waits until saving is fully done. It also waits for worlds to finish saving when you quit the game entirely, which helps prevent data loss at shutdown.

Why Quitting Might Still Feel “Not Instant”

Even with FastQuit, quitting is not always immediate. On high render distance, the client can still need time to unload rendered chunks and clear client-side chunk storage. The win is that client unloading and server-side saving can happen at the same time instead of strictly one after the other, which often feels noticeably snappier in practice.

  • Background saving continues after you leave the world screen.
  • The title screen can appear before the disk write fully completes.
  • Heavy render distance and big loaded areas can still add client-side delay.
  • Full game exit still honors finishing saves when necessary.

Configuration: Toasts, Priority, and the Saving Screen

You can open the config from ModMenu or edit .minecraft/config/fastquit-config.txt directly. A few toggles matter day to day:

  • Show Toasts: whether you get a toast when a world finishes saving.
  • Background Thread Priority: adjusts the server thread priority while saving in the background to favor client smoothness; higher client comfort can mean a longer total save time. Values run from 0 to 10, and 0 disables changing thread priority.
  • Render “Saving world” Screen: if unloading chunks still takes a noticeable moment, enabling this brings back the familiar saving screen so you get clearer feedback.
  • Show Saving Time: controls whether save duration appears on toasts and/or the world list (0 never, 1 toast only, 2 toast and world list).

Players who bounce between several lightweight mods often want a simple install path without hunting pages; this mod can be set up quickly through the foxygame.net launcher, a flexible modern Minecraft launcher that lets you pull mods straight from the menu without juggling extra steps. That kind of workflow pairs well with small client tweaks like FastQuit, where the whole point is less friction between you and the next world you open.

How It Works (Without Getting Lost in Threads)

At a high level, the tricky part is not “save later,” it is “let the UI move on while files are still locked.” When the world list loads, Minecraft may try to read level data from disk while a background save still holds the world files. FastQuit routes that information through the still-active saving session instead of failing a naive read. Similar care applies when editing, deleting, or recreating a world: the mod reuses the existing session so the client and the background saver stay coordinated.

Mods, Servers, Versions, and Compatibility Notes

FastQuit is a client-side behavior change around singleplayer world shutdown and saving. It is not a “drop a jar on a multiplayer server and fix lag” mod; its story is about your local world, blocks, entities, and chunk data being written safely while you navigate menus. The project page discussion mentions mixin work designed to stay non-intrusive, and as of the described state there were no known hard incompatibilities—still, modpacks vary, and if something clashes, a clean issue report helps.

If you hit a problem, gather context: other mods in the pack, steps to reproduce, and your latest log from .minecraft/logs/latest.log. Strip personal paths or usernames from anything you upload, then share what you can on the issue tracker so maintainers can see the failure mode.

Conclusion

FastQuit is one of those Minecraft mods that does not change biomes, crafting, or combat—it changes how fast the game hands control back to you when a session ends. Used as intended, it keeps saves honest, surfaces useful toasts when something cannot complete, and pairs neatly with modern launcher workflows if you like installing small client utilities from a single place. If your biggest annoyance is waiting on exits, it is worth testing on your version, watching the save-time readouts, and tuning thread priority until the balance between smooth menus and total save duration feels right for your hardware.

--- **Update May 24, 2026:** Added 1 file for version 26.1.2, 26.1.1, 26.1 (Fabric). --- **Update Aug 26, 2026:** Added 1 file for version 26.2 (Fabric).