mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-16 07:15:24 +01:00
Add version data for Minecraft snapshot 17w06a (protocol 317).
This commit is contained in:
parent
7fd37a79f2
commit
b0f15ed5a2
@ -42,6 +42,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
|
||||
'16w50a': 316,
|
||||
'1.11.1': 316,
|
||||
'1.11.2': 316,
|
||||
'17w06a': 317,
|
||||
}
|
||||
|
||||
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())
|
||||
|
Loading…
Reference in New Issue
Block a user