From 64703ce8a535499c01871efaa06a64749a385a23 Mon Sep 17 00:00:00 2001 From: ExpandingDev Date: Sat, 12 Oct 2019 05:35:29 +0000 Subject: [PATCH] Added note about PIL and link to installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d0a5d3..ad45f68 100644 --- a/README.md +++ b/README.md @@ -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]