Skip to content

Commit

Permalink
Fix #3412 Load items from the equivalent of the creative search tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jan 26, 2024
1 parent fbbd7ae commit 46ee1aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static List<ItemStack> create(StackHelper stackHelper) {

final @Unmodifiable Collection<ItemStack> creativeTabItemStacks;
try {
creativeTabItemStacks = itemGroup.getDisplayItems();
creativeTabItemStacks = itemGroup.getSearchTabDisplayItems();
} catch (RuntimeException | LinkageError e) {
LOGGER.error("Item Group crashed while getting display items." +
"Some items from this group will be missing from the JEI ingredient list. {}", itemGroup, e);
Expand Down

0 comments on commit 46ee1aa

Please sign in to comment.