Disable boost worker count when Smooth Boot is installed

This commit is contained in:
embeddedt 2023-04-24 10:50:01 -04:00
parent fdbf8d621e
commit 8cdee4826e
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -82,6 +82,7 @@ public class ModernFixEarlyConfig {
/* Mod compat */
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot");
disableIfModPresent("mixin.perf.boost_worker_count", "smoothboot");
disableIfModPresent("mixin.perf.async_jei", "modernui");
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge");
disableIfModPresent("mixin.bugfix.mc218112", "performant");