Add support for Minecraft snapshot 16w50a (protocol 316).

This commit is contained in:
joo 2016-12-16 08:01:26 +00:00
parent 988653a922
commit f560f73df8
1 changed files with 1 additions and 0 deletions

View File

@ -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())