You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added generators for all known "missing texture" textures! These include the commonly known "checkerboard" textures:
...as well as the older text based textures, which are JVM / platform dependant. For more variations on these, check out the Minecraft Wiki page on missing textures and models.
As these are platform dependant, I've filed them under "non-deterministic", although I should come up with a better solution for them in the future. As long as you provide the appropriate command line parameters to generate 1 or more frames of non-deterministic textures, these will be generated.
Switched to using the Java Logging API for command line output.
Re-targeted MC-TextureGen to Java 4, because it was using only minimal amounts of post-Java 4 features.