Skip to content

MC Texture Generator v1.6.1 - Apple and anti aliasing

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 10:38

This release fixes a small bug which would cause incorrect texture generation for text based "missing texture" textures when using an Apple-released version of Java on a Mac with a Retina display. Pretty specific!

  • Before:
    Missing texture, no anti aliasing
  • After:
    Missing texture, with anti aliasing

This is because the runtime tried to use anti aliasing on text rendering when it detected that it was running in HiDPI mode, but MC-TextureGen wasn't triggering that to happen.

There's also some other minor optimisations, so non-legacy Apple users can get something out of this release as well.