Skip to content

Create: Warnautics 1.0.3

Choose a tag to compare

@ssbaxys ssbaxys released this 18 Aug 02:46
· 27 commits to main since this release

Create Warnautics 1.0.3, a compatibility fix for the animated creative-tab banner.

Fixed

  • [GeckoLib] Fixed the animated creative-tab banner rendering incorrectly
    • The strip lived in textures/gui/sprites/, which is stitched into the shared GUI atlas, and its animation mcmeta told the stitcher it was a twelve-frame sprite — so the file was live as both an atlas sprite and a directly blitted texture, and which one won depended on texture init order
    • Fixed the highlight clip being applied with a raw GL scissor around batched GuiGraphics draws, so it was lifted before the text it was meant to clip was ever submitted
    • Fixed depth state being left changed for everything drawn after the card