Disable faster texture loading when Stitch is present

This commit is contained in:
embeddedt 2023-05-08 15:49:47 -04:00
parent 5ee4c636e7
commit cd2f289ea8
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -189,6 +189,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.perf.reuse_datapacks", "tac");
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch");
}
private void disableIfModPresent(String configName, String... ids) {