mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-23 08:01:39 +01:00
Add version data for Minecraft snapshots 17w16a-17w17b (protocols 322-325).
This commit is contained in:
parent
a77092572c
commit
e2c4c97ea5
@ -47,6 +47,10 @@ SUPPORTED_MINECRAFT_VERSIONS = {
|
|||||||
'17w13b': 319,
|
'17w13b': 319,
|
||||||
'17w14a': 320,
|
'17w14a': 320,
|
||||||
'17w15a': 321,
|
'17w15a': 321,
|
||||||
|
'17w16a': 322,
|
||||||
|
'17w16b': 323,
|
||||||
|
'17w17a': 324,
|
||||||
|
'17w17b': 325,
|
||||||
}
|
}
|
||||||
|
|
||||||
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())
|
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())
|
||||||
|
Loading…
Reference in New Issue
Block a user