From 4c484f51251e538e3c97c273231857a69e7c71e3 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Tue, 11 Jul 2023 19:03:20 -0400 Subject: [PATCH] Recognize ThreadTweak when disabling overlapping patches --- .../embeddedt/modernfix/core/config/ModernFixEarlyConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java b/common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java index 8c0f40db..1a3895f1 100644 --- a/common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java +++ b/common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java @@ -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");