Crafting Plan Screen is almost done.

This commit is contained in:
AlgorithmX2
2014-06-28 15:18:36 -05:00
parent 3031d60fc4
commit c8bdf1bd45
8 changed files with 401 additions and 21 deletions
@@ -301,14 +301,6 @@ public class CraftingCPUCluster implements IAECluster, IBaseMonitor<IAEItemStack
isComplete = true;
}
private int getRemainingTasks()
{
int o = 0;
for (Entry<ICraftingPatternDetails, TaskProgress> tp : tasks.entrySet())
o += tp.getValue().value * tp.getKey().getCondencedOutputs()[0].getStackSize();
return o;
}
private boolean canCraft(ICraftingPatternDetails details, IAEItemStack[] condencedInputs)
{
for (IAEItemStack g : condencedInputs)