Fix scanner not accepting power
This commit is contained in:
parent
55519c4eb1
commit
a423c6d180
1 changed files with 5 additions and 0 deletions
|
@ -599,6 +599,11 @@ public class TileEntityShipScanner extends WarpEnergyTE implements IPeripheral {
|
||||||
}
|
}
|
||||||
|
|
||||||
// IEnergySink methods implementation
|
// IEnergySink methods implementation
|
||||||
|
@Override
|
||||||
|
public int getMaxEnergyStored() {
|
||||||
|
return MAX_ENERGY_VALUE;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMaxSafeInput() {
|
public int getMaxSafeInput() {
|
||||||
return Integer.MAX_VALUE;
|
return Integer.MAX_VALUE;
|
||||||
|
|
Loading…
Reference in a new issue