Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.02 KB

File metadata and controls

40 lines (23 loc) · 1.02 KB

python-minecraft-data

pypi

Provide easy access to minecraft-data in python

Installation

From PyPi:

pip install minecraft_data

From Repo:

python -m pip install git+https://github.com/SpockBotMC/python-minecraft-data

On local machine and with latest version from minecraft-data:

git clone --recurse-submodules -j8 [email protected]:Endre-Tonnessen/python-minecraft-data-FIX.git

Then navigate to the downloaded folder and install in editable mode:

pip install -e .

Usage

See the example.py

Documentation