CurseForge · Minecraft mod
Fix Flashback
Fixes the NoClassDefFoundError crash caused by Flashback running on NeoForge via Sinytra Connector
Quick answer
Which Fix Flashback release should I use?
Fix Flashback fix_flashback-1.0.2.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Fix Flashback required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Fix Flashback fix_flashback-1.0.2.jar need?
fix_flashback-1.0.2.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Fix Flashback without breaking your instance.
Built for Fix Flashback fix_flashback-1.0.2.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use fix_flashback-1.0.2.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside fix_flashback-1.0.2.jar. It opens that exact file at the source.
About this project
What does Fix Flashback add?
Fix Flashback
A small NeoForge compatibility patch that lets the Fabric mod Flashback run on a NeoForge modpack through Sinytra Connector without crashing.
Flashback records and replays gameplay, but when it is loaded on NeoForge via Connector it crashes in several places that only exist on the Forgified Fabric API / ModernFix / NeoForge stack. This mod fixes those crashes so recordings can be opened and played back normally.
Create: Flashback and Create: Aeronautics Flashback make the Flashback mod compatible with Create and Create: Aeronautics.
Installation
- Install NeoForge
1.21.1and Sinytra Connector. - Install Flashback (download the Fabric
1.21.1version; Connector runs it for you). - Put
fix_flashback-<version>.jarinto yourmodsfolder. - That's it — just record and replay with Flashback as usual.
Requirements
- Minecraft
1.21.1 - NeoForge
21.1.x - Flashback
0.30+(loaded through Sinytra Connector) - Sinytra Connector + Forgified Fabric API (needed to run Fabric mods like Flashback on NeoForge)
Notes
- This is an add-on patch, not a replacement for Flashback. Flashback itself must be installed.
- It is safe to install even when Flashback is absent — every fix is applied through
@Pseudomixins and does nothing unless the relevant mod is present. - No known conflicting mods. It only hooks Flashback / ModernFix / NeoForge internals to restore expected behaviour.
Known incompatible mods
The following mods interfere with Flashback's replay features. If you install them, the corresponding feature stops working. Remove or disable them to use that feature:
| Mod | Feature broken |
|---|---|
| BadOptimizations | Night vision is no longer applied during replays |
| Create: Steam 'n' Rails | Spectator camera stops working |
| Smooth Movement | Time override stops working |
These only affect Flashback's replay features; the rest of the mods work normally.
Other fixes
- Entity stuck-sliding during replays — Recorded entities slide linearly between positions instead of snapping to the replayed location. Fix Flashback clamps the client-side interpolation step count back to the vanilla default after each teleport packet and disables entity smoothing while a replay is playing, so entities stay put at their recorded positions.
How it works
Flashback's fake replay player relies on an internal Fabric marker interface and on Fabric's networking / stronghold-cache behaviour, none of which Forgified Fabric API reproduces exactly. Fix Flashback patches the gaps:
- World load crash — Flashback's fake player implements
net.fabricmc.fabric.impl.networking.UntrackedNetworkHandler, an internal Fabric interface Forgified Fabric API never shipped. The marker is removed from Flashback's class at load time (it is empty, so nothing is lost) and the "skip untracked handler" behaviour it controlled is restored, so Fabric networking no longer hands the fake player to real connection listeners. - Crash opening a recording — ModernFix's
cache_strongholdsoptimization downcasts anullchunk generator for Flashback's replay server and throws aNullPointerException. The stronghold cache setup is skipped for the replay server, which is safe (it is only a performance optimization). - "Disconnected" when entering a replay — NeoForge throws while firing
PlayerLoggedInEventfor aBannerPatternthat is not in the replay registry. The exception is swallowed so the viewer player is placed correctly. - Connection lost while playing back — Recorded
custom_payloadpackets can fail to read/encode on this modpack. Corrupted replay actions are skipped and encoder exceptions no longer close the connection, so playback continues.
License
MIT © tatuto-riku
Since this mod is currently under development, it may not work correctly.
Project description from CurseForge.
Pick your setup
Fix Flashback by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Fix Flashback versions and loaders
fix_flashback-1.0.2.jar
9 Aug 2026
fix_flashback-1.0.1.jar
6 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.