Recognize ThreadTweak when disabling overlapping patches
This commit is contained in:
parent
c7aaa15a19
commit
4c484f5125
|
|
@ -217,8 +217,8 @@ public class ModernFixEarlyConfig {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Mod compat */
|
/* Mod compat */
|
||||||
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot");
|
disableIfModPresent("mixin.perf.thread_priorities", "smoothboot", "threadtweak");
|
||||||
disableIfModPresent("mixin.perf.boost_worker_count", "smoothboot");
|
disableIfModPresent("mixin.perf.boost_worker_count", "smoothboot", "threadtweak");
|
||||||
disableIfModPresent("mixin.perf.async_jei", "modernui");
|
disableIfModPresent("mixin.perf.async_jei", "modernui");
|
||||||
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder");
|
disableIfModPresent("mixin.perf.compress_biome_container", "chocolate", "betterendforge" ,"skyblockbuilder");
|
||||||
disableIfModPresent("mixin.bugfix.mc218112", "performant");
|
disableIfModPresent("mixin.bugfix.mc218112", "performant");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user