Revert part of 362acea5c4. Should fix #1839
This commit is contained in:
@@ -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) {
|
if (toSchedule > 0) {
|
||||||
ICraftingTask task = create(stack, toSchedule);
|
ICraftingTask task = create(stack, toSchedule);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user