Add support for Minecraft 18w80a to 1.13.1-pre1 (protocols 394 to 399).

This commit is contained in:
joo 2018-08-19 18:11:12 +01:00
parent f6f6511788
commit 720868fab7

View File

@ -121,6 +121,12 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'1.13-pre9': 391,
'1.13-pre10': 392,
'1.13': 393,
'18w30a': 394,
'18w30b': 395,
'18w31a': 396,
'18w32a': 397,
'18w33a': 398,
'1.13.1-pre1': 399,
}
SUPPORTED_PROTOCOL_VERSIONS = \