opekope2 / OptiGUI

Blazing fast custom GUI textures on Fabric and Quilt with built-in OptiFine custom GUI resource pack support
https://opekope2.dev/OptiGUI/
MIT License
22 stars 4 forks source link

OptiGUI 2.3.x rework #85

Closed opekope2 closed 4 months ago

opekope2 commented 4 months ago

About this version

Fork of OptiGUI 2.1.3. On the 2.1.x branch, there were only bug fixes and compatibility with newer Minecraft versions after this version.

Short roadmap

Developer changes

Basically rewrite the whole API, while making it simpler and much smaller Also reduce allocation while evaluating texture replacer filters

opekope2 commented 4 months ago

Minecraft 1.20.2 changed villager textures, and I don't want to add ifs to that, so Minecraft 1.20.1 and older will no longer be supported.

opekope2 commented 4 months ago

Fixed #77 Fixed #84