Add version data for Minecraft pre-release 1.12-pre2 (protocol 329).

This commit is contained in:
joo 2017-05-12 00:52:31 +01:00
parent 0d42c18211
commit 028ef3f802
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'17w18a': 326,
'17w18b': 327,
'1.12-pre1': 328,
'1.12-pre2': 329,
}
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())