diff --git a/tools/Texture_Converter.py b/tools/Texture_Converter.py index 5fd781397..6cb6cdb4f 100755 --- a/tools/Texture_Converter.py +++ b/tools/Texture_Converter.py @@ -40,8 +40,8 @@ Mandatory argument: Directory of Minecraft resource pack to convert Optional arguments: --p - Specify the size (pixels) of the original textures (default: 16) +-p + Specify the size (in pixels) of the original textures (default: 16) -o Directory in which to put the resulting Minetest texture pack (default: working directory) @@ -86,11 +86,11 @@ Syntax:""") if base_dir == None: print( -"""ERROR: You forgot to tell me the path to the Minecraft resource pack. +"""ERROR: You didn't tell me the path to the Minecraft resource pack. Mind-reading has not been implemented yet. Try this: - """+appname+""" -i + """+appname+""" -i -p For the full help, use: """+appname+""" -h""")