From 1e72dd6b33ddb398c7883db5bb54d373982715ff Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 5 Jun 2018 02:03:07 +0200 Subject: [PATCH] More Texture Converter clarification --- tools/Texture_Converter.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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""")