mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 02:08:56 +01:00
Add support for Minecraft 1.16.3-pre1 and 1.16.3 (protocols 752 and 753)
This commit is contained in:
parent
f37feeca18
commit
903c20f9e2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user