Skip to content

Commit

Permalink
Fix #1576 Unable to view IE Metal Press recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jun 23, 2019
1 parent c843f4d commit 2240604
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/mezz/jei/startup/StackHelper.java
Expand Up @@ -266,10 +266,6 @@ private void addSubtypesFromCreativeTabToList(List<ItemStack> subtypeList, Item
} catch (RuntimeException | LinkageError e) {
Log.get().warn("Caught a crash while getting sub-items of {}", item, e);
}
if (subItems.isEmpty()) {
subtypeList.add(new ItemStack(item, stackSize));
return;
}

for (ItemStack subItem : subItems) {
if (subItem.isEmpty()) {
Expand Down

0 comments on commit 2240604

Please sign in to comment.