Add support for Minecraft versions 18w22a to 1.13-pre1 (protocols 380 to 383).

This commit is contained in:
joo 2018-06-05 01:13:51 +01:00
parent d36a4170ed
commit 0a1776f97a
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'18w20c': 377,
'18w21a': 378,
'18w21b': 379,
'18w22a': 380,
'18w22b': 381,
'18w22c': 382,
'1.13-pre1': 383,
}
SUPPORTED_PROTOCOL_VERSIONS = \