Add support for Minecraft 1.16.4-pre1, 1.16.4-pre2, 1.16.4-rc1 and 1.16.4 (protocols 1073741825, 1073741826, 1073741827 and 754)

This commit is contained in:
Vesek 2020-11-04 19:58:58 +01:00 committed by joo
parent 2e77cf5f77
commit 4a4b699b85
1 changed files with 4 additions and 0 deletions

View File

@ -267,6 +267,10 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'1.16.2': 751,
'1.16.3-rc1': 752,
'1.16.3': 753,
'1.16.4-pre1': 1073741825,
'1.16.4-pre2': 1073741826,
'1.16.4-rc1': 1073741827,
'1.16.4': 754,
}
# Those Minecraft versions supported by pyCraft which are "release" versions,