Create Cursor Anchor Fix

Quick rating

Create Cursor Anchor Fix

No reviews yet

Fixes cursor positioning in Create mod's settings screen on Linux Wayland/X11 via mixins with anchor-offset model.

Bug Fixes
Performance & Optimization
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Create Cursor Anchor Fix

Fixes the cursor in Create's value settings screens on Linux — including native Wayland.

When you open a Create value settings window (Rotation Speed Controller, creative motors, anything using ValueSettingsScreen), Create warps the OS cursor onto the current value and reads it back to decide which value you picked. On Linux that breaks:

  • X11 / XWayland — Minecraft sometimes hands Create stale cursor coordinates, so the wrong value gets saved.
  • Native Wayland — the compositor forbids moving a visible cursor, so the warp does nothing and the value snaps to zero / a wrong number.

This client-side mod fixes both.

What it does

  • X11 / XWayland — feeds Create the live cursor position, so the saved value always matches where your cursor is.
  • Native Wayland — uses an anchor/offset model instead of relying on the (forbidden) cursor warp. The value highlight lands on the current setting when the screen opens and follows your mouse relatively, with no cursor teleporting. While the screen is open the system cursor is hidden and the highlight itself acts as the pointer — so there is no mismatch between an un-movable arrow and the highlight (this also fixes setups using cursor-pinning GLFW patches like glfw-wayland-minecraft-cursor).

Power Grid compatibility

Power Grid's settings screens subclass Create's screen and override the save logic to read the slider/cursor on their own, so the base fix doesn't reach them and they'd still save the raw cursor position. This mod includes a compatibility layer that applies the same correction to Power Grid's screens, so values save correctly there too. Power Grid is not required — the compat layer is skipped automatically when it isn't installed.

Requirements

  • Minecraft 1.21.1
  • NeoForge 21.1.219+
  • Create 6.0.9+ (tested on 6.0.10)

Client-side only — not needed on the server.

Open source

Clean-room implementation, MIT licensed. Source, issues and builds: https://github.com/LowaSC/create-cursor-anchor-fix

Create Cursor Anchor Fix

Fixes the cursor in Create's value settings screens on Linux — including native Wayland.

When you open a Create value settings window (Rotation Speed Controller, creative motors, anything using ValueSettingsScreen), Create warps the OS cursor onto the current value and reads it back to decide which value you picked. On Linux that breaks:

  • X11 / XWayland — Minecraft sometimes hands Create stale cursor coordinates, so the wrong value gets saved.
  • Native Wayland — the compositor forbids moving a visible cursor, so the warp does nothing and the value snaps to zero / a wrong number.

This client-side mod fixes both.

What it does

  • X11 / XWayland — feeds Create the live cursor position, so the saved value always matches where your cursor is.
  • Native Wayland — uses an anchor/offset model instead of relying on the (forbidden) cursor warp. The value highlight lands on the current setting when the screen opens and follows your mouse relatively, with no cursor teleporting. While the screen is open the system cursor is hidden and the highlight itself acts as the pointer — so there is no mismatch between an un-movable arrow and the highlight (this also fixes setups using cursor-pinning GLFW patches like glfw-wayland-minecraft-cursor).

Power Grid compatibility

Power Grid's settings screens subclass Create's screen and override the save logic to read the slider/cursor on their own, so the base fix doesn't reach them and they'd still save the raw cursor position. This mod includes a compatibility layer that applies the same correction to Power Grid's screens, so values save correctly there too. Power Grid is not required — the compat layer is skipped automatically when it isn't installed.

Requirements

  • Minecraft 1.21.1
  • NeoForge 21.1.219+
  • Create 6.0.9+ (tested on 6.0.10)

Client-side only — not needed on the server.

Open source

Clean-room implementation, MIT licensed. Source, issues and builds: https://github.com/LowaSC/create-cursor-anchor-fix

Screenshots

Gallery

  • value-settings-screen.png
    value-settings-screen.png Value slider with working cursor anchor
  • Value Settings Screen
    Value Settings Screen Value slider with working cursor anchor

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works