Skip to content

Releases: barneygale/quarry

v1.9.4: Support for 1.19.1 & 1.19.2

08 Sep 18:17
Compare
Choose a tag to compare
Pre-release

Thanks again @JLyne for the pull request.

v1.9.3: Support for 1.19 (with fixed pip package)

19 Jun 13:16
Compare
Choose a tag to compare

Initial support for MC 1.19.
Fixed the pip package (they public key was missing).

Will be upgraded from pre-release after some more testing.

Thanks @JLyne.

v1.9.1: Support for 1.18.2

26 Apr 16:08
Compare
Choose a tag to compare

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

10 Feb 22:39
Compare
Choose a tag to compare

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

04 Dec 15:16
Compare
Choose a tag to compare

This release adds support for MC 1.18.
Thanks @JLyne.

v1.7.0

23 Aug 21:06
Compare
Choose a tag to compare
Fixed potential issue with auth.py

v1.6.4: MC 1.17 & 1.17.1

06 Jul 18:59
Compare
Choose a tag to compare

This release adds support for MC 1.17 & 1.17.1.
Thanks @JLyne.

v1.6.3: MC 1.16.4

14 Jan 20:28
a4f752c
Compare
Choose a tag to compare
v1.6.3 for MC1.16.4 release

v1.6.2: MC 1.16.3

03 Oct 18:10
Compare
Choose a tag to compare

As far as I can see no changes are required to support 1.16.3

v1.6.1: MC 1.16.2

02 Sep 19:20
6a3ae7c
Compare
Choose a tag to compare
v1.6.1: MC 1.16.2 Pre-release
Pre-release

Thanks to @JLyne