mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-22 02:08:56 +01:00
Update README with supported versions; increment package version
This commit is contained in:
parent
4c35517157
commit
3f4a5d46a6
@ -31,6 +31,7 @@ pyCraft is compatible with the following Minecraft releases:
|
||||
* 1.13, 1.13.1, 1.13.2
|
||||
* 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4
|
||||
* 1.15, 1.15.1, 1.15.2
|
||||
* 1.16, 1.16.1, 1.16.2
|
||||
|
||||
In addition, some development snapshots and pre-release versions are supported:
|
||||
`<minecraft/__init__.py>`_ contains a full list of supported Minecraft versions
|
||||
@ -60,7 +61,7 @@ Requirements
|
||||
------------
|
||||
- `cryptography <https://github.com/pyca/cryptography#cryptography>`_
|
||||
- `requests <http://docs.python-requests.org/en/latest/>`_
|
||||
- `pynbt <https://github.com/TkTech/PyNBT>`_
|
||||
- `PyNBT <https://github.com/TkTech/PyNBT>`_
|
||||
|
||||
The requirements are also stored in ``requirements.txt``
|
||||
|
||||
|
@ -4,7 +4,7 @@ with a MineCraft server.
|
||||
"""
|
||||
|
||||
# The version number of the most recent pyCraft release.
|
||||
__version__ = "0.6.0"
|
||||
__version__ = "0.7.0"
|
||||
|
||||
# A dict mapping the ID string of each Minecraft version supported by pyCraft
|
||||
# to the corresponding protocol version number. The ID string of a version is
|
||||
|
Loading…
Reference in New Issue
Block a user