We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb8cbd commit 795aca1Copy full SHA for 795aca1
common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java
@@ -141,7 +141,7 @@ else if(isClientOnly && !ModernFixPlatformHooks.INSTANCE.isClient())
141
private static final boolean isDevEnv = ModernFixPlatformHooks.INSTANCE.isDevEnv();
142
143
static {
144
- shouldReplaceSearchTrees = modPresent("jei");
+ shouldReplaceSearchTrees = modPresent("jei") && !modPresent("roughlyenoughitems");
145
}
146
147
private static class DefaultSettingMapBuilder extends ImmutableMap.Builder<String, Boolean> {
0 commit comments