set idle power usage of expanded interface to a power of four

This commit is contained in:
Salomão
2021-06-21 16:25:26 -03:00
parent 42f4ef2855
commit aa5d5e3623
5 changed files with 4 additions and 6 deletions
@@ -164,6 +164,7 @@ public class TileInterface extends AENetworkInvTile implements IGridTickable, II
super.onReady();
this.duality.initialize();
this.getProxy().setIdlePowerUsage( Math.pow( 4, ( this.getInstalledUpgrades( Upgrades.PATTERN_EXPANSION ) ) ) );
}
@Override