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-pre6 (protocol 333).
This commit is contained in:
parent
b7290cf327
commit
0cc96f7dc5
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user