Add call to onInventoryChanged to extraction pipes

This commit is contained in:
taelnia 2013-11-27 00:29:55 -05:00
parent d9980fe99c
commit 029c448712

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);