Add support for Minecraft pre-release 16w33a (protocol 303).

This commit is contained in:
joo 2016-08-18 09:34:26 +01:00
parent 8268f91009
commit e3aad3d623

View File

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