mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
unbelievable, absolutely phenomenal
This commit is contained in:
parent
ed15803a42
commit
e4c0336324
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user