This commit is contained in:
Raoul Van den Berge
2016-05-15 00:21:54 +02:00
parent ea192d9f93
commit 6c0fc915d0

View File

@@ -155,7 +155,7 @@ public class TileGrid extends TileMachine implements IGrid {
craftedItems += crafted.stackSize;
if (!RefinedStorageUtils.compareStack(crafted, craftingResultInventory.getStackInSlot(0)) || craftedItems + crafted.stackSize > 64) {
if (!RefinedStorageUtils.compareStack(crafted, craftingResultInventory.getStackInSlot(0)) || craftedItems + crafted.stackSize > crafted.getMaxStackSize()) {
break;
}
}