-
-
Notifications
You must be signed in to change notification settings - Fork 157
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.20.3/1.20.4 update #623
1.20.3/1.20.4 update #623
Conversation
Also fixes incorrect ordering
I've tested most of the new stuff, works on spigot 1.20.3. |
@booky10 Have you tested it on older server versions as well? |
* GRASS -> SHORT_GRASS, but GRASS is deprecated. * WrapperPlayServerTickingInfo -> WrapperPlayServerTickingState * WrapperPlayServerTickingStep minor changes
in the new NBT-Serializer for Components there's this one bug on 1.20.3/1.20.4 https://pastebin.com/mzM8TtRg |
This will now skip building nbt objects and will directly build adventure components
I've did some short tests (especially regarding component serialization) in 1.8.8, 1.12.2, 1.16.5, 1.20.1 and 1.20.2. Everything I've tested is working. |
Thank you for the PR! |
Ofc still very much WIP, 1.20.3doesn't even have pre-releases yetisn't released yet.There is a major change to the protocol, components are now serialized as NBT instead of JSON.
(https://gist.github.com/booky10/e2a3682b114900f70c89c0dc12da483e has some code I've used for extracting data from vanilla)