Merge remote-tracking branch 'TheAirBlow/AE2-Omnifactory' into AE2-Omnifactory

This commit is contained in:
PrototypeTrousers
2022-11-20 14:04:46 -03:00
3 changed files with 5 additions and 6 deletions
@@ -136,7 +136,7 @@ public class AppEngSlot extends Slot {
@Override
public void onSlotChanged() {
this.setIsValid(hasCalculatedValidness.NotAvailable);
if (this.isSlotEnabled()) {
if (this.isSlotEnabled() && this.itemHandler != null) {
ItemHandlerUtil.setStackInSlot(this.itemHandler, this.index, this.getStack().copy());
if (this.getContainer() != null) {