Revert "Fix Forge ore dictionary support for the Assembly Table"
This reverts commit 11c96949ec
.
This commit is contained in:
parent
16a6d768db
commit
7daea136ea
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class AssemblyRecipe {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (StackHelper.instance().isCraftingEquivalent(in, item, true)) {
|
||||
if (item.isItemEqual(in)) {
|
||||
found += item.stackSize; // Adds quantity of stack to amount
|
||||
// found
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue