mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
parent
b6f1f67d12
commit
8d670da900
2 changed files with 1 additions and 2 deletions
|
@ -52,6 +52,7 @@ public class TileEntityDistributorItem extends TileEntityInventoryBase{
|
||||||
this.slots.setStackInSlot(0, StackUtil.addStackSize(this.slots.getStackInSlot(0), StackUtil.getStackSize(pulled)));
|
this.slots.setStackInSlot(0, StackUtil.addStackSize(this.slots.getStackInSlot(0), StackUtil.getStackSize(pulled)));
|
||||||
}
|
}
|
||||||
shouldMarkDirty = true;
|
shouldMarkDirty = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -133,8 +133,6 @@ public class TileEntityItemViewer extends TileEntityBase{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.markDirty();
|
|
||||||
|
|
||||||
this.oldNetwork = network;
|
this.oldNetwork = network;
|
||||||
this.lastNetworkChangeAmount = network.changeAmount;
|
this.lastNetworkChangeAmount = network.changeAmount;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue