Added note about PIL and link to installation instructions.
This commit is contained in:
parent
e831534bdb
commit
64703ce8a5
|
@ -2,7 +2,7 @@
|
|||
This is a cross-platform Python 3 script that can convert *almost* any recent Minecraft resource pack into a MineClone2 texture pack.
|
||||
|
||||
## Requirements
|
||||
The script requires Python 3 installed along with Image Magick version 7 or 6.
|
||||
The script requires Python 3 installed along with Image Magick version 7 or 6.[ The Python Image Library (PIL) must be installed as well. ](https://pillow.readthedocs.io/en/stable/installation.html)
|
||||
|
||||
## Usage
|
||||
python3 convert-mc-resource-pack.py [OPTIONS] INPUT-RESOURCE-PACK.zip [OUTPUT-NAME]
|
||||
|
|
Loading…
Reference in New Issue