don't clean the actual list only the oredict map

This commit is contained in:
way2muchnoise
2016-10-29 22:23:14 +02:00
parent 5a1dc1dbc4
commit 0b072f0726

View File

@@ -265,7 +265,6 @@ public class CraftingTask implements ICraftingTask {
if (!step.hasStartedProcessing() && step.canStartProcessing(oreDictPrepped, tookFluids)) {
step.setStartedProcessing();
step.execute(toInsertItems, toInsertFluids);
oreDictPrepped.clean(); // Might have to clean out some zero stacks
usedContainers.put(container, timesUsed);
network.sendCraftingMonitorUpdate();
}