unbelievable, absolutely phenomenal

This commit is contained in:
Bob 2022-06-01 21:16:09 +02:00
parent ed15803a42
commit e4c0336324

View File

@ -44,7 +44,7 @@ public class TileEntityMassStorage extends TileEntityCrateBase implements INBTPa
this.worldObj.markTileEntityChunkModified(this.xCoord, this.yCoord, this.zCoord, this);
}
if(output) {
if(output && getType() != null) {
if(slots[2] != null && !(slots[2].isItemEqual(getType()) && ItemStack.areItemStackTagsEqual(slots[2], getType()))) {
return;