mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-02-14 19:01:35 +01:00
Add support for Minecraft snapshot 18w21b (protocol 379).
This commit is contained in:
parent
bbf7200220
commit
f22447b97a
@ -106,6 +106,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
|
||||
'18w20b': 376,
|
||||
'18w20c': 377,
|
||||
'18w21a': 378,
|
||||
'18w21b': 379,
|
||||
}
|
||||
|
||||
SUPPORTED_PROTOCOL_VERSIONS = \
|
||||
|
Loading…
Reference in New Issue
Block a user