0

Edited the texture-finding code for 1.6

Now correctly avoids globbing problems. Removed a bit of irrelevant code
for old style minecraft.jar. Tweaked error messages for resource packs
instead of texture files.
This commit is contained in:
Andrew Brown
2013-07-04 17:29:45 -04:00
parent 57ab387b29
commit 80bf4ec806
3 changed files with 78 additions and 31 deletions

View File

@@ -16,7 +16,6 @@
import functools
import os
import os.path
from glob import glob
import logging
import hashlib
import time