mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Stop whining, canitzp
This commit is contained in:
parent
ecfdb9a555
commit
e526c7bfd0
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class TileEntityLaserRelayEnergy extends TileEntityLaserRelay implements
|
|||
|
||||
@Override
|
||||
public int getMaxEnergyStored(EnumFacing from){
|
||||
return 0;
|
||||
return this.getEnergyCap();
|
||||
}
|
||||
|
||||
public int transmitEnergy(EnumFacing from, int maxTransmit, boolean simulate){
|
||||
|
|
Loading…
Reference in a new issue