Fixed Bug: #0646 - Crafting CPU not finishing wood projects, because mixing wood

This commit is contained in:
AlgorithmX2 2014-07-15 21:19:29 -05:00
parent c2259f7b43
commit 2d0f5333b7

View file

@ -441,6 +441,11 @@ public class CraftingCPUCluster implements IAECluster, ICraftingCPU
found = true;
break;
}
else if ( is != null )
{
g = g.copy();
g.decStackSize( is.stackSize );
}
}
if ( !found )