Skip to content

Commit

Permalink
Add support for Minecraft 1.13.2-pre1, 1.13.2-pre2 and 1.13.2 (protoc…
Browse files Browse the repository at this point in the history
…ols 402 to 404).
  • Loading branch information
joodicator committed Oct 26, 2018
1 parent 48e1003 commit 06db646
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pyCraft is compatible with the following Minecraft releases:
* 1.10, 1.10.1, 1.10.2
* 1.11, 1.11.1, 1.11.2
* 1.12, 1.12.1, 1.12.2
* 1.13, 1.13.1
* 1.13, 1.13.1, 1.13.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
3 changes: 3 additions & 0 deletions minecraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
'1.13.1-pre1': 399,
'1.13.1-pre2': 400,
'1.13.1': 401,
'1.13.2-pre1': 402,
'1.13.2-pre2': 403,
'1.13.2': 404,
}

SUPPORTED_PROTOCOL_VERSIONS = \
Expand Down

0 comments on commit 06db646

Please sign in to comment.