0

Overviewer now require 1.7 textures or newer

This commit is contained in:
Andrew Chin
2013-10-30 20:57:37 -04:00
parent 5287a25f18
commit 85f1112813
2 changed files with 5 additions and 5 deletions

View File

@@ -151,7 +151,7 @@ def main():
f = tex.find_file("assets/minecraft/textures/blocks/sandstone_top.png", verbose=True)
f = tex.find_file("assets/minecraft/textures/blocks/grass_top.png", verbose=True)
f = tex.find_file("assets/minecraft/textures/blocks/diamond_ore.png", verbose=True)
f = tex.find_file("assets/minecraft/textures/blocks/planks_oak.png", verbose=True)
f = tex.find_file("assets/minecraft/textures/blocks/planks_acacia.png", verbose=True)
except IOError:
logging.error("Could not find any texture files.")
return 1