mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-02-09 08:21:26 +01:00
Added support for snapshot versions up to 20w11a
This commit is contained in:
parent
ff9a0813b6
commit
5c6edf5e44
@ -225,6 +225,12 @@ SUPPORTED_MINECRAFT_VERSIONS = {
|
|||||||
'1.15.2-pre1': 576,
|
'1.15.2-pre1': 576,
|
||||||
'1.15.2-pre2': 577,
|
'1.15.2-pre2': 577,
|
||||||
'1.15.2': 578,
|
'1.15.2': 578,
|
||||||
|
'20w06a': 701,
|
||||||
|
'20w07a': 702,
|
||||||
|
'20w08a': 703,
|
||||||
|
'20w09a': 704,
|
||||||
|
'20w10a': 705,
|
||||||
|
'20w11a': 706,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Those Minecraft versions supported by pyCraft which are "release" versions,
|
# Those Minecraft versions supported by pyCraft which are "release" versions,
|
||||||
|
Loading…
Reference in New Issue
Block a user