Flashback Settings

Quick rating

Community listing page, reviews here may not be monitored by the author.

Flashback Settings

By ZeffutOwner

No reviews yet

Adds missing settings to the Flashback mod (Fabric) - starting with choosing the replay save folder. Anonymous opt-out telemetry.

Mod Loaders
Minecraft
26.2

About

Description

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

  1. Install Fabric Loader, Flashback, and Flashback Settings in .minecraft/mods.
  2. Launch the game once: the file config/flashbacksettings.json is created.
  3. 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.