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

1.21.3 update #1831

Merged
merged 12 commits into from
Dec 4, 2024
Merged

1.21.3 update #1831

merged 12 commits into from
Dec 4, 2024

Conversation

SamB440
Copy link
Contributor

@SamB440 SamB440 commented Nov 27, 2024

  • Added support for 1.21.3 vehicles
  • Added support for new end tick packet
  • Added support for new player input packet
  • Fixed precision loss when jumping and/or in the air (we are now 1e-15 average)

For some reason, sneaking whilst sprinting falses on 1.21.3, yet the movement is the same as older versions. Someone needs to figure out the issue there.

ViaVersion setups are not supported and will not be supported until we have the ability to bypass via for certain listeners.

Fixes #1769
Closes #1702

@Cyramek
Copy link
Contributor

Cyramek commented Nov 28, 2024

fastbreak should also be updated?

@SamB440 SamB440 marked this pull request as ready for review November 29, 2024 17:17
@SamB440
Copy link
Contributor Author

SamB440 commented Dec 1, 2024

fastbreak should also be updated?

What should be?

@ManInMyVan
Copy link
Contributor

fastbreak should also be updated?

What should be?

instead of being based on ms, it should be based on ticks, like I did for pre 1.9 clients in my breaking checks pr

@SamB440
Copy link
Contributor Author

SamB440 commented Dec 1, 2024

I don't see anything 1.8-like / specific in fast break. There's only On 1.8 clients, via screws with this packet meaning we must fall back to the 1.8 idle flying packet, but we're meant to be using animation packet

@SamB440 SamB440 merged commit 1f3ac2a into 2.0 Dec 4, 2024
1 check passed
@SamB440 SamB440 deleted the update/1.21.3 branch December 4, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BADPACKETSE false for 1.21.2+ clients New input packet
3 participants