Declare support for 1.14.2 pre-releases 1-4 (481-484); update README

This commit is contained in:
joodicator 2019-05-29 18:26:06 +02:00
parent 6d9d15845a
commit d1e1da85c8
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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,
}