Disable datapack reload elision if TaC is installed

Related: #46
This commit is contained in:
embeddedt 2023-03-26 15:25:17 -04:00
parent c37d91e476
commit f8d17ba3ab
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -69,6 +69,7 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge");
disableIfModPresent("mixin.bugfix.mc218112", "performant");
disableIfModPresent("mixin.perf.faster_baking", "touhou_little_maid");
disableIfModPresent("mixin.perf.reuse_datapacks", "tac");
}
private void disableIfModPresent(String configName, String... ids) {