Add support for Minecraft 1.16.3-pre1 and 1.16.3 (protocols 752 and 753)

This commit is contained in:
joo 2020-09-12 07:02:22 +02:00
parent f37feeca18
commit 903c20f9e2
1 changed files with 2 additions and 0 deletions

View File

@ -265,6 +265,8 @@ SUPPORTED_MINECRAFT_VERSIONS = {
'1.16.2-rc1': 749,
'1.16.2-rc2': 750,
'1.16.2': 751,
'1.16.3-rc1': 752,
'1.16.3': 753,
}
# Those Minecraft versions supported by pyCraft which are "release" versions,