Crafting Grid now ignores CPUs that have are inactive.
This commit is contained in:
@@ -1028,4 +1028,9 @@ public class CraftingCPUCluster implements IAECluster, ICraftingCPU
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isActive()
|
||||
{
|
||||
return getCore().getActionableNode().isActive();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user