Provide easy access to minecraft-data in python
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 .
See the example.py
- See doc/api.md
- See doc/history.md