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