Skip to content

Commit

Permalink
Merge branch 'master' into improve-packet-aux
Browse files Browse the repository at this point in the history
  • Loading branch information
joodicator committed Jun 8, 2019
2 parents 2416c31 + 234e577 commit 290f1dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pyCraft is compatible with the following Minecraft releases:
* 1.11, 1.11.1, 1.11.2
* 1.12, 1.12.1, 1.12.2
* 1.13, 1.13.1, 1.13.2
* 1.14, 1.14.1
* 1.14, 1.14.1, 1.14.2

In addition, some development snapshots and pre-release versions are supported:
`<minecraft/__init__.py>`_ contains a full list of supported Minecraft versions
Expand Down
7 changes: 6 additions & 1 deletion minecraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

# The version number of the most recent pyCraft release.
__version__ = "0.5.0"
__version__ = "0.6.0"

# A dict mapping the name of each Minecraft version supported by pyCraft to
# the corresponding protocol version number.
Expand Down Expand Up @@ -176,6 +176,11 @@
'1.14.1 Pre-Release 1': 478,
'1.14.1 Pre-Release 2': 479,
'1.14.1': 480,
'1.14.2 Pre-Release 1': 481,
'1.14.2 Pre-Release 2': 482,
'1.14.2 Pre-Release 3': 483,
'1.14.2 Pre-Release 4': 484,
'1.14.2': 485,
}

# Those Minecraft versions supported by pyCraft which are "release" versions,
Expand Down

0 comments on commit 290f1dc

Please sign in to comment.