Disable faster texture loader if Changed:MC is installed

Related: #108
This commit is contained in:
embeddedt 2023-05-23 11:53:28 -04:00
parent 91c2d50d97
commit be4c8607d4
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -190,7 +190,7 @@ public class ModernFixEarlyConfig {
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", "optifine");
disableIfModPresent("mixin.perf.faster_texture_loading", "stitch", "optifine", "changed");
}
private void disableIfModPresent(String configName, String... ids) {