-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Pc1.20.5 protocol #898
Conversation
Extractor is not working correctly per PrismarineJS/minecraft-data-generator#23 but i've fixed the issues here manually for now |
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. |
ping |
I think @extremeheat is working on this PrismarineJS/minecraft-data-generator#25 to then get the Recipe error fixed for all the newer Versions. If you're trying to find out why this has halted. |
oh hello i didn't know somebody will actually respond, thank you for this info and thank everybody for working on this. |
Yeah I'm trying to get to help with this since one month but @extremeheat does not seem to have the time to show the Problems or fix it for now. |
I wanna stay updated for 1.21.x thanks |
No need to reply. You can just stay updated by clicking the subscribe button. |
1 failing
|
recipe for crafting table are indeed wrong; missing all the variant wood recipes still let's not block; will edit the test |
#917 for tracking |
merging to simplify updates further fixes can be done in another PR |
/makerelease |
/makerelease |
/makerelease |
/makerelease |
/makerelease |
/makerelease |
/makerelease |
No description provided.