mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-23 16:11:27 +01:00
Add support for Minecraft snapshot 16w39a (protocol 307).
This commit is contained in:
parent
864af19f7f
commit
caddf653de
@ -27,6 +27,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
|
||||
'16w35a': 304,
|
||||
'16w36a': 305,
|
||||
'16w38a': 306,
|
||||
'16w39a': 307,
|
||||
}
|
||||
|
||||
SUPPORTED_PROTOCOL_VERSIONS = sorted(SUPPORTED_MINECRAFT_VERSIONS.values())
|
||||
|
Loading…
Reference in New Issue
Block a user