Scroll fix for mouse wheel actions in minecraft for linux
- Java 87.2%
- Nix 12.8%
- scaffold NeoForge 1.21.1 client mod with Nix build support - normalize screen scroll events while leaving hotbar scrolling vanilla - add KwahsCore-backed config screen and bundled mod icon |
||
|---|---|---|
| .sworm | ||
| src/main | ||
| .agents | ||
| .gitignore | ||
| AGENTS.md | ||
| build.gradle | ||
| CLAUDE.md | ||
| flake.lock | ||
| flake.nix | ||
| gradle.properties | ||
| README.md | ||
| settings.gradle | ||
Scroll Fix
Client-side NeoForge 1.21.1 mod that normalizes mouse-wheel scroll deltas before Minecraft screens and modded UI overlays receive them.
The target case is Linux/Wayland setups where GLFW reports wheel deltas that make some UI scroll areas move far faster than vanilla hotbar scrolling.
Build with:
nix run