Formatting
This commit is contained in:
parent
47d6250e84
commit
2f44c47444
14
README.md
14
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
|
||||
4. Cropping of armor
|
Loading…
Reference in New Issue