Disable datapack_reload_exceptions if Cyanide is installed as it overlaps
This commit is contained in:
parent
b955f17fbd
commit
6afd46e63f
|
|
@ -186,6 +186,7 @@ public class ModernFixEarlyConfig {
|
||||||
disableIfModPresent("mixin.bugfix.mc218112", "performant");
|
disableIfModPresent("mixin.bugfix.mc218112", "performant");
|
||||||
disableIfModPresent("mixin.perf.reuse_datapacks", "tac");
|
disableIfModPresent("mixin.perf.reuse_datapacks", "tac");
|
||||||
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
|
disableIfModPresent("mixin.launch.class_search_cache", "optifine");
|
||||||
|
disableIfModPresent("mixin.perf.datapack_reload_exceptions", "cyanide");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void disableIfModPresent(String configName, String... ids) {
|
private void disableIfModPresent(String configName, String... ids) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user