0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/overviewer_core
Nicolas F e0e33a9acb textures: fix texturepath option not being used
If the first texture loaded was not in the pack, i.e. we fell back
on system textures, then the pack was ignored altogether for the
remainder of the render.

Here we fix this by using an OrderedDict instead of the split jars
and jarpath nonsense, and then always checking the custom textures
first and opening them if they are not already open, and putting
the jar file handle at the start of the OrderedDict.

We also switch around some logic to avoid unnecessary isdir calls
when we're using a resource pack.
2019-07-09 14:20:31 +02:00
..
2019-07-06 19:06:15 +02:00
2019-03-17 17:57:07 +01:00
2019-07-06 19:06:15 +02:00
2019-03-07 15:43:01 +01:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2016-11-29 09:13:42 -05:00
2019-06-23 12:47:05 -04:00
2019-03-17 17:57:07 +01:00
2019-03-17 17:57:07 +01:00
2019-07-09 13:44:43 +02:00
2019-03-17 17:57:07 +01:00
2019-07-06 19:06:15 +02:00
2019-04-20 10:36:53 +01:00
2019-07-06 21:24:58 +02:00