Releases: Makev1ch/freecursor
Releases · Makev1ch/freecursor
Release list
FreeCursor 1.2.12+mc26.2+
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.
FreeCursor 1.2.11+mc26.1+
FreeCursor 1.2.11 — port to Minecraft 26.1 (Fabric).
Fixes
- Startup crash fixed. Migrated from the removed
KeyBindingHelper(fabric.api.client.keybinding.v1) toKeyMappingHelper(fabric.api.client.keymapping.v1). The module was renamedfabric-key-binding-api-v1->fabric-key-mapping-api-v1on 26.1. - Portal / "Simulate F1" stuck bug fixed. Activating the mod inside a portal and then changing dimension no longer leaves the HUD hidden. Option restoration now happens in
Screen.removed(), sohideGui/blur are reverted no matter how the screen is torn down (click, ESC, or the game swapping the screen during a world change).
Internal
- Updated Yarn -> Mojang mappings across client classes.
- Replaced
PortalMixinwith the built-inScreen.isAllowedInPortal(); removedfreecursor.mixins.json.
Requirements
- Minecraft 26.1, Fabric Loader >= 0.19.3, Java >= 25
- Fabric API (includes
fabric-key-mapping-api-v1)
Install: drop freecursor-1.2.11+mc26.1+.jar into your mods/ folder.
FreeCursor v1.2.10+mc1.21.9+
- updated to the latest versions of minecraft
FreeCursor v1.2.10+mc1.21.4+
- added the ability to use the mod in the nether portal
FreeCursor v1.1.9+mc1.21.4
the first public version
Full Changelog: v1.1.9+mc1.21.4...v1.1.9+mc1.21.4-clean