Recognize ThreadTweak when disabling overlapping patches

This commit is contained in:
embeddedt 2023-07-11 19:03:20 -04:00
parent c7aaa15a19
commit 4c484f5125
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

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