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.