From 34d4c198557eeb0a71c04d2d4aa48376af6ee0fc Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 18 Nov 2017 20:31:56 +0100 Subject: [PATCH] Update texture converter comments --- tools/Texture_Converter.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tools/Texture_Converter.py b/tools/Texture_Converter.py index addebf5cd..ab6e49813 100755 --- a/tools/Texture_Converter.py +++ b/tools/Texture_Converter.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# EXPERIMENTAL texture pack copying utility. +# EXPERIMENTAL texture pack converting utility. # This Python script helps in converting Minecraft texture packs. It has 2 main features: # - Can create a Minetest texture pack (default) # - Can update the MineClone 2 textures @@ -10,11 +10,9 @@ # - Python Library: Pillow # - ImageMagick # -# Usage (to be simplified later): -# - Put extracted texture pack into $HOME/tmp/pp +# Usage: # - Make sure the file “Conversion_Table.csv” is in the same directory as the script -# - Run the script in its directory -# - If everything worked, retrieve texture pack in New_MineClone_2_Texture_Pack/ +# - Run ./Texture_Converter.py -h to learn the available options __author__ = "Wuzzy" __license__ = "MIT License"