mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-01-10 18:07:56 +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,
|
||||
'18w20b': 376,
|
||||
'18w20c': 377,
|
||||
'18w21a': 378,
|
||||
}
|
||||
|
||||
SUPPORTED_PROTOCOL_VERSIONS = \
|
||||
|
Loading…
Reference in New Issue
Block a user