Add support for Minecraft snapshot 16w42a (protocol 312).

This commit is contained in:
joo 2016-10-19 19:24:45 +01:00
parent 9ce454a818
commit 8e3f1b18b7

View File

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