Controllers now use 3ae/t instead of 6ae/t
This commit is contained in:
parent
63fa1bdd66
commit
0dff1ad0df
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class TileController extends AENetworkPowerTile implements IAEPowerStorag
|
|||
public TileController() {
|
||||
internalMaxPower = 8000;
|
||||
internalPublicPowerStorage = true;
|
||||
gridProxy.setIdlePowerUsage( 6 );
|
||||
gridProxy.setIdlePowerUsage( 3 );
|
||||
gridProxy.setFlags( GridFlags.CANNOT_CARRY, GridFlags.DENSE_CAPACITY );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue