Revert part of 362acea5c4. Should fix #1839

This commit is contained in:
raoulvdberge
2018-07-02 22:58:30 +02:00
parent 592c566cb7
commit 929a7d671d

View File

@@ -207,10 +207,6 @@ public class CraftingManager implements ICraftingManager {
}
}
ItemStack existing = network.getItemStorageCache().getList().get(stack);
toSchedule -= existing == null ? 0 : existing.getCount();
if (toSchedule > 0) {
ICraftingTask task = create(stack, toSchedule);