Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
Flashback Settings
A small Fabric client mod that adds missing settings to Moulberry's Flashback mod.
⭐ First feature: choose where replays are saved
By default, Flashback saves replays in .minecraft/flashback/replays. Flashback Settings lets you
redirect that location to any folder you want (another drive, a shared folder, a dedicated SSD for
editing, etc.).
How to use
- Install Fabric Loader, Flashback, and Flashback Settings in
.minecraft/mods. - Launch the game once: the file
config/flashbacksettings.jsonis created. - Set your path in
settings.replay_folder, then restart:
{
"telemetry": true,
"settings": { "replay_folder": "D:/Replays/Minecraft" }
}
Leave it empty to fall back to Flashback's default folder. (An in-game config menu is planned.)
Compatibility
- Loader: Fabric only (Flashback is Fabric-exclusive).
- Minecraft versions: 1.21.11 (26.1.x coming soon).
- Required dependency: Flashback.
How it works
A Mixin intercepts com.moulberry.flashback.Flashback#getReplayFolder() and returns the configured
folder when one is set; otherwise Flashback's default behavior is kept.
Telemetry
Anonymous usage statistics are enabled by default (EU region) to track adoption and versions in
use. They can be turned off in three ways: "telemetry": false in the config file,
the JVM flag -Dflashbacksettings.telemetry=false, or automatically in a development environment.
No IP address or geolocation is collected; an anonymous, persistent install_id is used as the
identifier.
License
PolyForm Noncommercial 1.0.0 — source-available, non-commercial use.


