Added average eu change to the aesu.
This commit is contained in:
parent
755c64369a
commit
63fa58eb24
4 changed files with 26 additions and 2 deletions
|
@ -68,6 +68,7 @@ public class ConfigTechReborn {
|
|||
public static int CentrifugeInputTick;
|
||||
public static int DragoneggsiphonerOutput;
|
||||
public static int heatGeneratorOutput;
|
||||
public static int aveargeEuOutTickTime;
|
||||
// Charge
|
||||
public static int AdvancedDrillCharge;
|
||||
public static int LapotronPackCharge;
|
||||
|
@ -559,6 +560,14 @@ public class ConfigTechReborn {
|
|||
StatCollector
|
||||
.translateToLocal("config.techreborn.thermalGeneratorMaxCharge.tooltip"))
|
||||
.getInt();
|
||||
aveargeEuOutTickTime = config
|
||||
.get(CATEGORY_POWER,
|
||||
StatCollector
|
||||
.translateToLocal("config.techreborn.aveargeEuOutTickTime"),
|
||||
100,
|
||||
StatCollector
|
||||
.translateToLocal("config.techreborn.aveargeEuOutTickTime.tooltip"))
|
||||
.getInt();
|
||||
|
||||
// Teir
|
||||
AdvancedDrillTier = config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue