This commit is contained in:
modmuss50 2018-04-30 14:24:21 +01:00
parent 07ffd97e92
commit e87f5fa27e
3 changed files with 3 additions and 3 deletions

View file

@ -151,7 +151,7 @@ public class TileFluidReplicator extends TileGenericMachine implements IContaine
return false;
}
}
return true;
return super.isItemValidForSlot(slotIndex, itemStack);
}
// IContainerProvider

View file

@ -158,7 +158,7 @@ public class TileIndustrialGrinder extends TileGenericMachine implements IContai
return false;
}
}
return true;
return super.isItemValidForSlot(slotIndex, itemStack);
}
// IContainerProvider

View file

@ -159,7 +159,7 @@ public class TileIndustrialSawmill extends TileGenericMachine implements IContai
return false;
}
}
return true;
return super.isItemValidForSlot(slotIndex, itemStack);
}
// IContainerProvider