Skip to content

Commit 795aca1

Browse files
committed
Don't enable blast_search_trees with REI present on 1.16
1 parent abb8cbd commit 795aca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/embeddedt/modernfix/core/config/ModernFixEarlyConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ else if(isClientOnly && !ModernFixPlatformHooks.INSTANCE.isClient())
141141
private static final boolean isDevEnv = ModernFixPlatformHooks.INSTANCE.isDevEnv();
142142

143143
static {
144-
shouldReplaceSearchTrees = modPresent("jei");
144+
shouldReplaceSearchTrees = modPresent("jei") && !modPresent("roughlyenoughitems");
145145
}
146146

147147
private static class DefaultSettingMapBuilder extends ImmutableMap.Builder<String, Boolean> {

0 commit comments

Comments
 (0)