- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 682
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
Minecraft 1.21.5 #1489
Minecraft 1.21.5 #1489
Conversation
0323b22
to
64367f4
Compare
Bug: Players kicked for chat packets. This is due to the new |
Before we can actually merge this, we need something to respect the component changes e. g. KyoriPowered/adventure#1168 |
I fixed some issues connecting to the latest RC in this, however, there still appears to be something going sideways for me, and, I need to get back to being productive |
What kind of problems have you encountered? |
First I was getting kicked because of the argument registry being incorrect, Now;
I'm imagining that there is still some issue with arg parsing and it's tripping up over on consuming something it shouldn't, I'd probably want to double check the one I added, but, I'm not sure |
Should be fixed now, the error was caused by the class being registered twice, resulting in an incorrect class to id mapping. |
hnnnnng; I really want to find some means of cleaning this system up; debugging when stuff goes sideways is often such a pain in the arse |
Maybe it would be nice to remove that blockage on the write packet for the chat queue |
Ready for review I decided:tm: the rest can be handled later |
Missing adventure component changes, so entity and item hovers from the API may not work for 1.21.5 clients Co-authored-by: Gero <[email protected]> Co-authored-by: Shane Freeder <[email protected]>
No description provided.