barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
527 stars 75 forks source link

1.17.1 Support #117

Closed JLyne closed 2 years ago

JLyne commented 2 years ago

No packet ID changes from what I can see, so copying the 1.17 definitions works fine. Only changes to the packets themselves are destroy_entities, edit_book, window_items and set_slot, which aren't used in any of the examples.

dries007 commented 2 years ago

I'm going to merge this and then test 1.17 and this locally, then I'll make a release. Got more changes that you'd like to do now?

JLyne commented 2 years ago

That should be it I think

dries007 commented 2 years ago

edit: issue unrelated to this MR