Disable faster_texture_loading and faster_texture_stitching when Opticrash is present
Fixes #91
This commit is contained in:
parent
0d901c6281
commit
bb6d498d58
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user