Add version data for Minecraft 1.12.1 (protocol 338).

This commit is contained in:
joo 2017-08-03 18:48:36 +01:00
parent 5aa2d3df59
commit 33cd42848e
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'1.12': 335,
'17w31a': 336,
'1.12.1-pre1': 337,
'1.12.1': 338,
}
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())