This commit is contained in:
Raoul Van den Berge
2016-10-28 17:56:25 +02:00
parent 632d6944a5
commit 401ed1df80

View File

@@ -84,7 +84,7 @@ public class TileInterface extends TileNode implements IComparable {
ItemStack result = network.extractItem(wanted, delta, compare);
if (result != null) {
if (got == null) {
if (exportItems.getStackInSlot(i) == null) {
exportItems.setStackInSlot(i, result);
} else {
exportItems.getStackInSlot(i).stackSize += result.stackSize;