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:
@@ -16,7 +16,6 @@
|
||||
import functools
|
||||
import os
|
||||
import os.path
|
||||
from glob import glob
|
||||
import logging
|
||||
import hashlib
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user