Don't enable blast_search_trees with REI present on 1.16

This commit is contained in:
embeddedt 2023-08-05 19:42:34 -04:00
parent abb8cbd23f
commit 795aca19e0
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -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> {