From 8d1dcec3e2f8fa19c698b2d7e384a1f2498182be Mon Sep 17 00:00:00 2001 From: joo Date: Wed, 7 Jun 2017 22:06:01 +0100 Subject: [PATCH] Add version data for Minecraft 1.12 (protocol 335). --- minecraft/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/minecraft/__init__.py b/minecraft/__init__.py index 1356222..735e02d 100644 --- a/minecraft/__init__.py +++ b/minecraft/__init__.py @@ -60,6 +60,7 @@ SUPPORTED_MINECRAFT_VERSIONS = { '1.12-pre5': 332, '1.12-pre6': 333, '1.12-pre7': 334, + '1.12': 335, } SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())