Crafting Grid now ignores CPUs that have are inactive.

This commit is contained in:
AlgorithmX2
2014-07-17 22:39:18 -05:00
parent 8ae01a4e38
commit c834cfb02a
2 changed files with 51 additions and 2 deletions
@@ -1028,4 +1028,9 @@ public class CraftingCPUCluster implements IAECluster, ICraftingCPU
}
}
public boolean isActive()
{
return getCore().getActionableNode().isActive();
}
}