Releases: barneygale/quarry
v1.9.4: Support for 1.19.1 & 1.19.2
Thanks again @JLyne for the pull request.
v1.9.3: Support for 1.19 (with fixed pip package)
v1.9.1: Support for 1.18.2
This release adds support for Minecraft 1.18.2, but be aware: the way the client treats the login has changed.
In short, the client doesn't continue past the "Loading terrain..." screen if all valid chunks around the player's position are empty.
You can send chunk data with actual data to the client OR you set the player's Y position to above the build limit.
v1.9.0: Python update to 3.10 + drop support for 2.7, 3.5, 3.6
This release adds no new Minecraft versions, it just makes the code compatible with Python 3.10.
Unsupported Python versions have been droppped from the project.
This release is not yet fully tested, so it will get the beta label for now.
v1.8.0: MC 1.18 support
This release adds support for MC 1.18.
Thanks @JLyne.
v1.7.0
v1.6.4: MC 1.17 & 1.17.1
This release adds support for MC 1.17 & 1.17.1.
Thanks @JLyne.
v1.6.3: MC 1.16.4
v1.6.3 for MC1.16.4 release
v1.6.2: MC 1.16.3
As far as I can see no changes are required to support 1.16.3
v1.6.1: MC 1.16.2
Thanks to @JLyne