barneygale / quarry

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

1.19 support #160

Closed JLyne closed 2 years ago

JLyne commented 2 years ago

Adds support for 1.19. The highlights:

dries007 commented 2 years ago

Is this 4-char limit something we should try to remove?

JLyne commented 2 years ago

I think it would be harmless enough, would just need to change (\d{4}) to (\d+) in the regexs in data_packs.py and packets.py.

In any case this PR is now using the final 1.19 protocol version, so not an issue for now.

dries007 commented 2 years ago

Ok, well tell me when the PR is ready (I see you have unchecked boxes) and I'll test & merge it :)

JLyne commented 2 years ago

Should be ok to test now