mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-16 07:15:24 +01:00
Add version data for Minecraft pre-release 1.12-pre2 (protocol 329).
This commit is contained in:
parent
0d42c18211
commit
028ef3f802
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user