Add call to onInventoryChanged to extraction pipes

This commit is contained in:
taelnia 2013-11-27 00:29:55 -05:00 committed by CovertJaguar
parent 38a6c81ab3
commit 3c51073653

View file

@ -129,6 +129,8 @@ public class PipeItemsWood extends Pipe<PipeTransportItems> implements IPowerRec
if (extracted == null)
return;
tile.onInventoryChanged();
for (ItemStack stack : extracted) {
if (stack == null || stack.stackSize == 0) {
powerHandler.useEnergy(1, 1, true);