mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-25 17:11:25 +01:00
Add support for Minecraft snapshot 18w21a (protocol 378).
This commit is contained in:
parent
52c0671f4f
commit
bbf7200220
@ -105,6 +105,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
|
|||||||
'18w20a': 375,
|
'18w20a': 375,
|
||||||
'18w20b': 376,
|
'18w20b': 376,
|
||||||
'18w20c': 377,
|
'18w20c': 377,
|
||||||
|
'18w21a': 378,
|
||||||
}
|
}
|
||||||
|
|
||||||
SUPPORTED_PROTOCOL_VERSIONS = \
|
SUPPORTED_PROTOCOL_VERSIONS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user