Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boat rotation is not properly synchronized with player view rotation, which feels like extreme lag. #3059

Open
KostromDan opened this issue Mar 9, 2025 · 2 comments
Labels
S-needs-triage Status: Needs triage T-enhancement Type: Enhancement

Comments

@KostromDan
Copy link

KostromDan commented Mar 9, 2025

Request Description

It's a vanilla bug. I was able to reproduce it on clear Vanilla 1.21.4. Mostly feels while boat riding on ice with extremely fast speeds.

Reproduction

  1. Create a super flat world with a top layer of ice.
  2. Choose a faraway village.
  3. Press and hold W key, moving into the village.
  4. Press AD keys with simultaneous mouse left-right movements.
  5. Village houses will teleport left-right, which feels bad. It's incorrect sync with how boat rotates player eye and mouse rotating player eye. Feels like extreme lag.

Discovered this bug while was testing Jumpy boats mod on frozen rivers.

@KostromDan KostromDan added S-needs-triage Status: Needs triage T-enhancement Type: Enhancement labels Mar 9, 2025
@djmrFunnyMan
Copy link

djmrFunnyMan commented Mar 10, 2025

This is a vanilla bug https://bugs-legacy.mojang.com/browse/MC-122731

Furthermore I'm pretty sure this is out of scope for sodium because it's most likely not a rendering bug but an issue with how minecraft updates rotation of mounted players which would mean a fix is also needed on the server side. Sodium is a client only mod so it could never fix this.

@djmrFunnyMan
Copy link

This issue has annoyed me for a while too so I requested it be added to Debugify isXander/Debugify#392 as its the proper project to handle this sort of issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-needs-triage Status: Needs triage T-enhancement Type: Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants