Add support for Minecraft 1.13.1 and 1.13.1-pre2 (protocols 400 to 401).

This commit is contained in:
joo 2018-08-22 22:07:18 +01:00
parent 720868fab7
commit 0eec179f48
2 changed files with 3 additions and 1 deletions

View File

@ -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.13.1
In addition, some development snapshots and pre-release versions are supported:
`<minecraft/__init__.py>`_ contains a full list of supported Minecraft versions

View File

@ -127,6 +127,8 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'18w32a': 397,
'18w33a': 398,
'1.13.1-pre1': 399,
'1.13.1-pre2': 400,
'1.13.1': 401,
}
SUPPORTED_PROTOCOL_VERSIONS = \