Add support for Minecraft pre-release 16w35a (protocol 304).

This commit is contained in:
joo 2016-09-01 20:06:18 +01:00
parent abd2ee774c
commit 36f7f1ccc8

View File

@ -24,6 +24,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'16w32a': 301,
'16w32b': 302,
'16w33a': 303,
'16w35a': 304,
}
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())