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:
This client-side mod fixes both.
glfw-wayland-minecraft-cursor).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.
Client-side only — not needed on the server.
Clean-room implementation, MIT licensed. Source, issues and builds: https://github.com/LowaSC/create-cursor-anchor-fix