From f560f73df84b1764ea7435c124daeb375693a9db Mon Sep 17 00:00:00 2001 From: joo Date: Fri, 16 Dec 2016 08:01:26 +0000 Subject: [PATCH] Add support for Minecraft snapshot 16w50a (protocol 316). --- minecraft/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/minecraft/__init__.py b/minecraft/__init__.py index 094eb40..7b2a9ec 100644 --- a/minecraft/__init__.py +++ b/minecraft/__init__.py @@ -39,6 +39,7 @@ SUPPORTED_MINECRAFT_VERSIONS = { '16w44a': 313, '1.11-pre1': 314, '1.11': 315, + '16w50a': 316, } SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())