Fixes the sluggishness of the mouse when riding on entities.
Find a file
ashley bd4de2f2b0
All checks were successful
Java CI with Gradle / build (push) Successful in 1m20s
Update .forgejo/workflows/gradle.yml
2024-09-30 17:41:48 +00:00
.forgejo/workflows Update .forgejo/workflows/gradle.yml 2024-09-30 17:41:48 +00:00
gradle/wrapper Update to 1.21 2024-06-14 10:45:41 +02:00
src/main Update to 1.21 2024-06-14 10:45:41 +02:00
.gitattributes Initial commit 2023-11-25 17:28:22 +01:00
.gitignore Initial commit 2023-11-25 17:28:22 +01:00
build.gradle Update to 1.21 2024-06-14 10:45:41 +02:00
gradle.properties Update to 1.21.1 2024-09-30 17:40:49 +00:00
gradlew Update to 1.21 2024-06-14 10:45:41 +02:00
gradlew.bat Update to 1.21 2024-06-14 10:45:41 +02:00
LICENSE Initial commit 2023-11-25 17:28:22 +01:00
README.md Fix typo in README 2023-11-25 20:06:22 +01:00
settings.gradle Initial commit 2023-11-25 17:28:22 +01:00

Riding Mouse Fix

Fixes the sluggish mouse feeling when riding a minecart, or any other entity.

Does not affect boats, as they work properly in vanilla Minecraft!

Showcase

In both examples the player is sitting in a minecart moving the mouse in a circle.

No Mod With the Mod
The cursor feels unresponsive and appears
to be moving back and forth diagonally
The cursor feels a lot more responsive and is
actually moving in a circle
without the mod with the mod

The videos are slowed down to one third the speed to make the issue more apparent.