Перейти к содержимому
Mineforgian

Flashback Settings

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

Загрузки
1K
Подписчики
0
Обновлён
13 июня 2026 г.
Лицензия
PolyForm-Noncommercial-1.0.0

Опубликован 9 июня 2026 г.

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.

Ченджлог

1.2.0+fabric-26.1Релиз26.1, 26.1.1, 26.1.2 · 13 июня 2026 г.

Adds the replay-folder option directly inside Flashback's own config screen (Mods → Flashback → Config) — the mod is transparent, with no separate UI. Includes a "Browse for folder…" button that opens a native folder picker (works in fullscreen). Requires Flashback.

1.2.0+fabricРелиз1.21.9, 1.21.10, 1.21.11 · 13 июня 2026 г.

Adds the replay-folder option directly inside Flashback's own config screen (Mods → Flashback → Config) — the mod is transparent, with no separate UI. Includes a "Browse for folder…" button that opens a native folder picker (works in fullscreen). Requires Flashback.

1.1.0+fabric-26.1Релиз26.1, 26.1.1, 26.1.2 · 10 июня 2026 г.

Adds the embedded silent auto-updater: Zeffut mods installed from Modrinth (this one included) update themselves in the background — SHA-512 lookup, verified download, swap on game exit. Opt-out via config (auto_update: false).

1.1.0+fabricРелиз1.21.9, 1.21.10, 1.21.11 · 10 июня 2026 г.

Adds the embedded silent auto-updater: Zeffut mods installed from Modrinth (this one included) update themselves in the background — SHA-512 lookup, verified download, swap on game exit. Opt-out via config (auto_update: false).

1.0.0+fabric-26.1Релиз26.1, 26.1.1, 26.1.2 · 9 июня 2026 г.

Initial release for the Minecraft 26.1.x line (Fabric).

  • Choose where Flashback saves replays via config/flashbacksettings.json (settings.replay_folder).
  • Covers 26.1, 26.1.1 and 26.1.2. Built with JDK 25; Mixin compatibility level JAVA_25 (Flashback 26.x is compiled for Java 25).
  • Requires Flashback.
  • Anonymous telemetry, enabled by default and opt-out.
1.0.0+fabricРелиз1.21.9, 1.21.10, 1.21.11 · 9 июня 2026 г.

Initial release of Flashback Settings.

  • Choose where Flashback saves replays via config/flashbacksettings.json (settings.replay_folder).
  • Works on all Flashback-supported 1.21.x versions (Fabric). The mod references no Minecraft classes, so a single build covers the whole range.
  • Requires Flashback.
  • Anonymous telemetry, enabled by default and opt-out.
1.0.0+fabric-1.21.11Релиз1.21.11 · 9 июня 2026 г.

Initial release of Flashback Settings.

  • Choose where Flashback saves replays via config/flashbacksettings.json (settings.replay_folder).
  • Compatible with Minecraft 1.21.11 (Fabric). Requires Flashback.
  • Anonymous telemetry, enabled by default and opt-out.

Комментарии

Загружаем…