This commit is contained in:
AlgorithmX2
2014-08-12 19:21:42 -05:00
22 changed files with 79 additions and 172 deletions
@@ -631,8 +631,11 @@ public class CraftingCPUCluster implements IAECluster, ICraftingCPU
{
postChange( input[x], machineSrc );
ic.setInventorySlotContents( x, is );
found = true;
continue;
if ( is.stackSize == input[x].getStackSize() )
{
found = true;
continue;
}
}
}