/
The merge UI is now available on every supported Minecraft version, including 26.1.x.
src/main/java-classic (1.21.x: GuiGraphics, Screen.render, drawCenteredString) and a src/main/java-modern (26.1+: GuiGraphicsExtractor, extractRenderState, text(font, …)). Build pipeline selects the correct one automatically from the no_intermediate flag.Screen.addRenderableWidget (Fabric API removed Screens.getButtons). Mouse-click handling uses the new MouseButtonEvent record.Nothing for users — drop in the new jar and the merge UI lights up.
For developers: a new MC release can be supported by either patching the matching java-classic/java-modern folder, or adding a third root if the rendering API shifts again.
Only the UI subsystem; merge core, security guards, CI workflow disable, and all 16 audit fixes from 0.3.1 are unchanged.

Merges multiple Flashback replays from the same session into a single unified replay — an “omniscient observer” view combining the union of chunks, players, and events seen from each POV.