mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-12-23 00:57:47 +01:00
Declare support for 1.14.2 pre-releases 1-4 (481-484); update README
This commit is contained in:
parent
6d9d15845a
commit
d1e1da85c8
@ -29,7 +29,7 @@ pyCraft is compatible with the following Minecraft releases:
|
||||
* 1.11, 1.11.1, 1.11.2
|
||||
* 1.12, 1.12.1, 1.12.2
|
||||
* 1.13, 1.13.1, 1.13.2
|
||||
* 1.14, 1.14.1
|
||||
* 1.14, 1.14.1, 1.14.2
|
||||
|
||||
In addition, some development snapshots and pre-release versions are supported:
|
||||
`<minecraft/__init__.py>`_ contains a full list of supported Minecraft versions
|
||||
|
@ -176,6 +176,10 @@ SUPPORTED_MINECRAFT_VERSIONS = {
|
||||
'1.14.1 Pre-Release 1': 478,
|
||||
'1.14.1 Pre-Release 2': 479,
|
||||
'1.14.1': 480,
|
||||
'1.14.2 Pre-Release 1': 481,
|
||||
'1.14.2 Pre-Release 2': 482,
|
||||
'1.14.2 Pre-Release 3': 483,
|
||||
'1.14.2 Pre-Release 4': 484,
|
||||
'1.14.2': 485,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user