Fixed Bug: #0646 - Crafting CPU not finishing wood projects, because mixing wood
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user