-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Update to Minecraft 1.20.1 #358
Conversation
Thanks for working on this.
The entity extractor is a bit buggy and the way it handles tracked data is incorrect. The output is nondeterministic which causes some weirdness. If you change |
That's definitely a problem, I'll open an issue for it: #359 |
I'm getting this for the
Seems weird. Did we have this impl before? |
I think I changed the default feature flags for |
Not sure why it's producing an error now though. |
Packet definitions likely changed. Packet inspector would help debug but that's out of commission. Otherwise |
I believe the packet that causes the error is |
Description
Updates valence to Minecraft 1.20.1, which is protocol compatible with 1.20.
closes #357