Skip to content

MC Texture Generator v1.6.0 - Lost & found

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 09:23
  • Added generators for all known "missing texture" textures! These include the commonly known "checkerboard" textures:
    Missing_Texture_Java_13w18a_to_1_12_2
    Missing_Texture_Java_17w43a_to_current
    ...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.
    Missing_Texture_Java_b1_4_to_13w01b
    Missing_Texture_Java_13w02a_to_13w17a
    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.