Don't enable blast_search_trees with REI present on 1.16
This commit is contained in:
parent
abb8cbd23f
commit
795aca19e0
|
|
@ -141,7 +141,7 @@ public class ModernFixEarlyConfig {
|
|||
private static final boolean isDevEnv = ModernFixPlatformHooks.INSTANCE.isDevEnv();
|
||||
|
||||
static {
|
||||
shouldReplaceSearchTrees = modPresent("jei");
|
||||
shouldReplaceSearchTrees = modPresent("jei") && !modPresent("roughlyenoughitems");
|
||||
}
|
||||
|
||||
private static class DefaultSettingMapBuilder extends ImmutableMap.Builder<String, Boolean> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user