Revert "Fix Forge ore dictionary support for the Assembly Table"

This reverts commit 11c96949ec.
This commit is contained in:
CovertJaguar 2013-10-11 06:02:22 -07:00
parent 16a6d768db
commit 7daea136ea

View file

@ -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
}