embeddedt / VintageFix

FerriteCore and ModernFix venturing into the stone age of 1.12
https://legacy.curseforge.com/minecraft/mc-mods/vintagefix
Other
66 stars 6 forks source link

"mixin.textures" causes most textures to break when installed alongside lwjgl3ify #109

Open unilock opened 1 month ago

unilock commented 1 month ago

https://github.com/TwilightFlower/lwjgl3ify/issues/6

With VintageFix installed alongside lwjgl3ify, and mixin.textures set to true in its config (the default), most in-game textures appear broken.

2024-07-13_09 53 31

2024-07-13_09 53 35

Setting mixin.textures to false resolves this, but may incur a performance penalty.

latest.log

unilock commented 1 month ago

Setting stbiTextureStiching to false in lwjgl3ify's config also resolves this issue.