Remove upgrade slots from Energy Storage blocks

This commit is contained in:
modmuss50 2017-06-13 19:46:47 +01:00
parent c51b74fd68
commit 1de4c4ff2b
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -181,4 +181,8 @@ public class TileEnergyStorage extends TilePowerAcceptor implements IWrenchable,
return true;
}
@Override
public boolean canBeUpgraded() {
return false;
}
}