barneygale / quarry

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

Minecraft 1.10 support #19

Closed minecrafter closed 8 years ago

minecrafter commented 8 years ago

It would be nice if quarry had Minecraft 1.10 support. I have tried a few Minecraft protocol libraries, and so far only Quarry seems to fit my needs (multi-version support is vital to my use case).

Gjum commented 8 years ago

if it's just a case of updating packets.csv, minecraft-data would probably help a lot.

williammck commented 8 years ago

Fixed in 36e6e0d.

minecrafter commented 8 years ago

Awesome! 👍

barneygale commented 8 years ago

I've made a new pypi release that includes williammck's fix