Support for Minecraft 26.2 (a single build for the entire 26.2.x family, including future 26.2.x releases).
Fixed
- Fixed screen flickering when activating the mod on 26.2. The cause was that in 26.2,
Minecraft.setScreenAndShow(...)forces an extra immediate frame (renderFrame(false)) after setting the screen, which caused flickering every time the cursor state was toggled. Replaced it withMinecraft.gui.setScreen(...)— the exact equivalent of the previousMinecraft.setScreen(...)from 26.1 (cursor release/capture andScreen.init()behavior are preserved), but without the extra frame. The behavior is now identical to 26.1.
Dependencies
Fabric API 0.154.0+26.2, fabric-key-mapping-api-v1 2.0.5+e2bdee789e, ModMenu 20.0.0-beta.4, Fabric Loader 0.19.3, Java 25.
Installation
Place freecursor-1.2.12+mc26.2+.jar into your mods folder.