Add support for Minecraft snapshot 18w21b (protocol 379).

This commit is contained in:
joo 2018-05-25 19:35:32 +01:00
parent bbf7200220
commit f22447b97a
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'18w20b': 376,
'18w20c': 377,
'18w21a': 378,
'18w21b': 379,
}
SUPPORTED_PROTOCOL_VERSIONS = \