Add call to onInventoryChanged to extraction pipes
This commit is contained in:
parent
38a6c81ab3
commit
3c51073653
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue