Add support for Minecraft snapshot 16w41a (protocol 311).

This commit is contained in:
joo 2016-10-14 07:42:09 +01:00
parent 5e0f506531
commit 4f263a0038

View File

@ -33,6 +33,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'16w39b': 308,
'16w39c': 309,
'16w40a': 310,
'16w41a': 311,
}
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())