diff --git a/README.rst b/README.rst index d353b40..70c8e2b 100644 --- a/README.rst +++ b/README.rst @@ -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: ``_ contains a full list of supported Minecraft versions diff --git a/minecraft/__init__.py b/minecraft/__init__.py index 06b011f..a9b1fd9 100644 --- a/minecraft/__init__.py +++ b/minecraft/__init__.py @@ -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 = \