[Lightspeed compact] A temporary solution

This commit is contained in:
ZZZank 2023-03-19 11:49:59 +08:00 committed by GitHub
parent 38a4776626
commit 1f7f3879e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,9 @@ public class ModernFixEarlyConfig {
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge");
disableIfModPresent("mixin.bugfix.mc218112", "performant");
disableIfModPresent("mixin.perf.faster_baking", "touhou_little_maid");
//TODO: just a temporary solution
disableIfModPresent("perf.resourcepacks", "lightspeed");
}
private void disableIfModPresent(String configName, String... ids) {