Skip to content

Commit

Permalink
removed incorrect merge result
Browse files Browse the repository at this point in the history
  • Loading branch information
omergunr100 committed Dec 28, 2024
1 parent ffee50b commit 9bb896d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void registerCategories(@NotNull IRecipeCategoryRegistration registry) {
if (ConfigHolder.INSTANCE.machines.doBedrockOres)
registry.addRecipeCategories(new GTBedrockOreInfoCategory(jeiHelpers));
for (GTRecipeCategory category : GTRegistries.RECIPE_CATEGORIES) {
if (GTCEu.isDev() || category.shouldRegisterDisplays()) {
if (category.shouldRegisterDisplays()) {
registry.addRecipeCategories(new GTRecipeJEICategory(jeiHelpers, category));
}
}
Expand Down

0 comments on commit 9bb896d

Please sign in to comment.