Add version data for Minecraft 1.12 (protocol 335).

This commit is contained in:
joo 2017-06-07 22:06:01 +01:00
parent bcf22b8312
commit 8d1dcec3e2
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'1.12-pre5': 332,
'1.12-pre6': 333,
'1.12-pre7': 334,
'1.12': 335,
}
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())