Fix JEI ingredients getting merged incorrectly
This commit is contained in:
parent
671f307071
commit
2e3100be9a
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class ItemHelper {
|
|||
.increment();
|
||||
continue Ingredients;
|
||||
}
|
||||
if (!ItemStack.areItemsEqual(stacks1[i], stacks2[i]))
|
||||
if (!ItemStack.areItemStacksEqual(stacks1[i], stacks2[i]))
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue