Add version data for Minecraft pre-release 1.12-pre6 (protocol 333).

This commit is contained in:
joo 2017-05-29 17:31:04 +01:00
parent b7290cf327
commit 0cc96f7dc5
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'1.12-pre3': 330,
'1.12-pre4': 331,
'1.12-pre5': 332,
'1.12-pre6': 333,
}
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())