Add version data for Minecraft snapshots 17w13b and 17w14a (protocols 319 and 320).

This commit is contained in:
joo 2017-04-06 13:45:51 +01:00
parent 8eb1cdeee7
commit f27689f729

View File

@ -44,6 +44,8 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'1.11.2': 316,
'17w06a': 317,
'17w13a': 318,
'17w13b': 319,
'17w14a': 320,
}
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())