From ff9a0813b64a0afdf3cd089ad9000350bb4122bc Mon Sep 17 00:00:00 2001 From: joo Date: Thu, 23 Jan 2020 18:02:10 +0100 Subject: [PATCH] Add support for 1.15.2-pre1 to 1.15.2 (protocols 576 to 578) --- README.rst | 2 +- minecraft/__init__.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 755f431..e47bb54 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ pyCraft is compatible with the following Minecraft releases: * 1.12, 1.12.1, 1.12.2 * 1.13, 1.13.1, 1.13.2 * 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4 -* 1.15, 1.15.1 +* 1.15, 1.15.1, 1.15.2 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 667eea7..914d1db 100644 --- a/minecraft/__init__.py +++ b/minecraft/__init__.py @@ -222,6 +222,9 @@ SUPPORTED_MINECRAFT_VERSIONS = { '1.15': 573, '1.15.1-pre1': 574, '1.15.1': 575, + '1.15.2-pre1': 576, + '1.15.2-pre2': 577, + '1.15.2': 578, } # Those Minecraft versions supported by pyCraft which are "release" versions,