mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-03 19:06:27 +01:00
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