We're using python now..
This commit is contained in:
parent
2f44c47444
commit
b47ba6968a
|
@ -5,7 +5,7 @@ This is a cross-platform Python 3 script that can convert *almost* any recent Mi
|
||||||
The script requires Python 3 installed along with Image Magick version 7. Image Magick version 6 is currently unsupported.
|
The script requires Python 3 installed along with Image Magick version 7. Image Magick version 6 is currently unsupported.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
convert-mc-resource-pack.sh [OPTIONS] INPUT-RESOURCE-PACK.zip [OUTPUT-NAME]
|
python3 convert-mc-resource-pack.py [OPTIONS] INPUT-RESOURCE-PACK.zip [OUTPUT-NAME]
|
||||||
INPUT-RESOURCE-PACK does not have to be in a .zip file. If it is unzipped already then that is ok. If it is zipped, this script will unzip it into this directory.
|
INPUT-RESOURCE-PACK does not have to be in a .zip file. If it is unzipped already then that is ok. If it is zipped, this script will unzip it into this directory.
|
||||||
OUTPUT-NAME is optional, if no output name is given, the resulting MineClone2 texture pack will be written to $OUTPUT_DIR, or set to the value of .pack.name in the pack.mcmeta file.
|
OUTPUT-NAME is optional, if no output name is given, the resulting MineClone2 texture pack will be written to $OUTPUT_DIR, or set to the value of .pack.name in the pack.mcmeta file.
|
||||||
OPTIONS may be one of:
|
OPTIONS may be one of:
|
||||||
|
|
Loading…
Reference in New Issue