Update texture converter comments

This commit is contained in:
Wuzzy 2017-11-18 20:31:56 +01:00
parent 6a8cf24100
commit 34d4c19855
1 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/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: # This Python script helps in converting Minecraft texture packs. It has 2 main features:
# - Can create a Minetest texture pack (default) # - Can create a Minetest texture pack (default)
# - Can update the MineClone 2 textures # - Can update the MineClone 2 textures
@ -10,11 +10,9 @@
# - Python Library: Pillow # - Python Library: Pillow
# - ImageMagick # - ImageMagick
# #
# Usage (to be simplified later): # Usage:
# - Put extracted texture pack into $HOME/tmp/pp
# - Make sure the file “Conversion_Table.csv” is in the same directory as the script # - Make sure the file “Conversion_Table.csv” is in the same directory as the script
# - Run the script in its directory # - Run ./Texture_Converter.py -h to learn the available options
# - If everything worked, retrieve texture pack in New_MineClone_2_Texture_Pack/
__author__ = "Wuzzy" __author__ = "Wuzzy"
__license__ = "MIT License" __license__ = "MIT License"