flashback_neoforge_fixed-1.0.6.jar
Curse Maven Snippet
What's new
Fix: Crash on launch (MissingResourceException: Missing font: inter-medium.ttf)Flashback loads its bundled UI fonts from the Minecraft ResourceManager during Minecraft init. Under Sinytra Connector the Fabric mod's assets are not yet visible to the NeoForge ResourceManager at that point, so the lookup returned empty and the game hard-crashed.This adds a fallback (MixinReplayUILoadFont) that reads the font directly from the Flashback jar on the classpath, which is always available. Fabric behavior is unchanged (it still uses the ResourceManager path).
This mod has no additional files

