Skip to content

FreeCursor 1.2.11+mc26.1+

Choose a tag to compare

@Makev1ch Makev1ch released this 03 Jul 09:32

FreeCursor 1.2.11 — port to Minecraft 26.1 (Fabric).

Fixes

  • Startup crash fixed. Migrated from the removed KeyBindingHelper (fabric.api.client.keybinding.v1) to KeyMappingHelper (fabric.api.client.keymapping.v1). The module was renamed fabric-key-binding-api-v1 -> fabric-key-mapping-api-v1 on 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(), so hideGui/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 PortalMixin with the built-in Screen.isAllowedInPortal(); removed freecursor.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.