Skip to content

Releases: Makev1ch/freecursor

FreeCursor 1.2.12+mc26.2+

Choose a tag to compare

@Makev1ch Makev1ch released this 03 Jul 15:37

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 with Minecraft.gui.setScreen(...) — the exact equivalent of the previous Minecraft.setScreen(...) from 26.1 (cursor release/capture and Screen.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+

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.

FreeCursor v1.2.10+mc1.21.9+

Choose a tag to compare

@Makev1ch Makev1ch released this 20 Jan 06:55
  • updated to the latest versions of minecraft

FreeCursor v1.2.10+mc1.21.4+

Choose a tag to compare

@Makev1ch Makev1ch released this 11 Aug 08:14
  • added the ability to use the mod in the nether portal

FreeCursor v1.1.9+mc1.21.4

Choose a tag to compare

@Makev1ch Makev1ch released this 09 Aug 06:48

the first public version

Full Changelog: v1.1.9+mc1.21.4...v1.1.9+mc1.21.4-clean