From 9e67a231e9e7bf5c3461961aff3bcd8277249ae4 Mon Sep 17 00:00:00 2001 From: ExpandingDev Date: Sat, 12 Oct 2019 05:39:08 +0000 Subject: [PATCH] Added information about currently supported features --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad45f68..feff57b 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 Python Image Library (PIL) must be installed as well. ](https://pillow.readthedocs.io/en/stable/installation.html) +The script requires Python 3 installed along with Image Magick version 7 or 6.[ The Python Image Library (it's fork Pillow) 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] @@ -12,6 +12,12 @@ The script requires Python 3 installed along with Image Magick version 7 or 6.[ -h --help Display this usage text. -v --version Display the version of this script and then exit. +## Supported Features +* Almost full coverage of Minecraft blocks and items to MCL2 items and blocks +* Automatic detection of animated items and blocks being cropped to static frames for MCL2 +* Conversion of the block breaking animation (with alpha values!) +* Colorization of grass and leaves + ## Unsupported Features * Cropping of mobs, chests, and armor still unsupported. * Does not convert normal and specular maps. @@ -21,7 +27,8 @@ Windows 10, Image Magick version 7 Linux Debian, Image Magick version 6 ## Roadmap -1. Test current functionality on Linux distribution -2. Enable conversion of normal and specular maps. -3. Cropping of Chests -4. Cropping of armor +1. Enable conversion of normal and specular maps. +2. Cropping of single chests +3. Conversion of ender chests +4. Conversion of double chests +5. Cropping of armor