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

Pc1.20.5 protocol #898

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

extremeheat
Copy link
Member

No description provided.

@extremeheat
Copy link
Member Author

Extractor is not working correctly per PrismarineJS/minecraft-data-generator-server#23

but i've fixed the issues here manually for now

@extremeheat
Copy link
Member Author

There are significant changes to the item encoding which involves removing NBT in favor of custom binary encoded "component" data for items. There is still alot of work to do there and it will require some custom types: for example, in block set (https://wiki.vg/Slot_Data#Block_Set) the length of an array is the value of a field - 1.

Some work was started in this commit to implement the changes 05a854f

Everything needs to be implemented, as we cannot decode an array of slots without being 100% correct in encode/decode as it will break parsing of all following entries in an array.

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.

None yet

1 participant