From 2f44c474448acd027b8ed62b96a995755cce8842 Mon Sep 17 00:00:00 2001 From: ExpandingDev Date: Thu, 10 Oct 2019 18:59:42 +0000 Subject: [PATCH] Formatting --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 701a930..c773a83 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MCL2 Resource Pack Converter -This is a cross-platform Python 3 script that can convert **almost** any recent Minecraft resource pack into a MineClone2 texture pack. +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. Image Magick version 6 is currently unsupported. @@ -13,16 +13,16 @@ The script requires Python 3 installed along with Image Magick version 7. Image -v --version Display the version of this script and then exit. ## Unsupported Features -o. Still needs tested on Linux environment. -o. Does not work with Image Magick version 6 -o. Cropping of mobs, chests, and armor still unsupported. -o. Does not convert normal and specular maps. +* Still needs tested on Linux environment. +* Does not work with Image Magick version 6 +* Cropping of mobs, chests, and armor still unsupported. +* Does not convert normal and specular maps. ## Tested Platforms -o. Windows 10, Image Magick version 7 +Windows 10, Image Magick version 7 ## Roadmap 1. Test current functionality on Linux distribution 2. Enable conversion of normal and specular maps. 3. Cropping of Chests -5. Cropping of armor \ No newline at end of file +4. Cropping of armor \ No newline at end of file