Disable faster_texture_loading and faster_texture_stitching when Opticrash is present

Fixes #91
This commit is contained in:
embeddedt 2023-05-21 14:10:50 -04:00
parent 0d901c6281
commit bb6d498d58
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -188,8 +188,9 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.bugfix.paper_chunk_patches", "c2me");
disableIfModPresent("mixin.perf.reuse_datapacks", "tac");
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
disableIfModPresent("mixin.perf.faster_texture_stitching", "optifine");
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine");
}
private void disableIfModPresent(String configName, String... ids) {