0
Minecraft-Overviewer/overviewer_core/data/textures
Nicolas F 5b0430f94b textures: greatly simplify find_file and friends
find_file contained a lot of code for searching textures in ways that
haven't been relevant for years. For example, it had workarounds for
MCPatcher, a tool that hasn't been updated since 2015.

Instead of searching in multiple paths that will never succeed in a
resource pack and Minecraft version that actually work, just look
for the filename that the block functions ask for.

Also, if we already have a manually specified resource pack open,
we shouldn't repeatedly re-open it. Furthermore, it's best if
the very first thing find_file does is try to find the file in
the resource pack or client jar we've already opened previously.

We can now also remove chest.png, ender.png, foliage.png, grass.png
and normal_double.png because Minecraft ships them, so we don't
need to ship them ourselves too. Us shipping them actually hid the
whole find_file garbagefire.

Concerns issue #1604.
2019-07-04 18:24:57 +02:00
..
icon_src Add replacement for the location marker 2016-12-10 14:56:17 -05:00
fire.png sdist and install now work 2011-03-29 13:49:50 -04:00
lava.png sdist and install now work 2011-03-29 13:49:50 -04:00
light_normal.png added light color texture, since it's apparently not part of minecraft anymore 2013-12-01 16:30:49 -05:00
portal.png Merge branch 'master' into py-package 2011-05-10 20:19:10 -04:00
water.png sdist and install now work 2011-03-29 13:49:50 -04:00
watercolor.png data/textures is now checked *last*, updated biome colors 2012-03-01 16:46:23 -05:00