Remove upgrade slots from Energy Storage blocks
This commit is contained in:
parent
c51b74fd68
commit
1de4c4ff2b
1 changed files with 4 additions and 0 deletions
|
@ -181,4 +181,8 @@ public class TileEnergyStorage extends TilePowerAcceptor implements IWrenchable,
|
|||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canBeUpgraded() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue