mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-16 07:15:24 +01:00
Add version data for Minecraft 1.11.1 (protocol 316).
This commit is contained in:
parent
89ca73532a
commit
00ab1b4209
@ -40,6 +40,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
|
||||
'1.11-pre1': 314,
|
||||
'1.11': 315,
|
||||
'16w50a': 316,
|
||||
'1.11.1': 316,
|
||||
}
|
||||
|
||||
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())
|
||||
|
Loading…
Reference in New Issue
Block a user