GTNewHorizons / lwjgl3ify

A mod to run Minecraft 1.7.10 using LWJGL3 and Java 17+
GNU Lesser General Public License v3.0
171 stars 37 forks source link

Disable STB stitching if FC 1.23 is present even with OF #97

Closed makamys closed 1 year ago

makamys commented 1 year ago

In FastCraft 1.23's case, adding OptiFine doesn't fix the flashing issue of the STB mixins. This PR updates the disabling logic to apply in this case as well.

(OptiFine D6 is compatible with Java 9+ if using OptiFine3ify.)