Add support for Minecraft snapshot 18w21a (protocol 378).

This commit is contained in:
joo 2018-05-24 12:59:06 +01:00
parent 52c0671f4f
commit bbf7200220

View File

@ -105,6 +105,7 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'18w20a': 375,
'18w20b': 376,
'18w20c': 377,
'18w21a': 378,
}
SUPPORTED_PROTOCOL_VERSIONS = \