Added config setting for eu/rf value
This commit is contained in:
parent
1f785a833f
commit
b7a9824cd3
3 changed files with 11 additions and 1 deletions
|
@ -73,6 +73,7 @@ public class ConfigTechReborn {
|
|||
public static int extraOutputPerLesuBlock;
|
||||
public static int baseLesuOutput;
|
||||
public static int lesuStoragePerBlock;
|
||||
public static int euPerRF;
|
||||
// Charge
|
||||
public static int AdvancedDrillCharge;
|
||||
public static int LapotronPackCharge;
|
||||
|
@ -592,6 +593,11 @@ public class ConfigTechReborn {
|
|||
8,
|
||||
StatCollector.translateToLocal("config.techreborn.extraOutputPerLesuBlock.tooltip"))
|
||||
.getInt();
|
||||
euPerRF = config.get(CATEGORY_POWER,
|
||||
StatCollector.translateToLocal("config.techreborn.euPerRF"),
|
||||
4,
|
||||
StatCollector.translateToLocal("config.techreborn.euPerRF.tooltip"))
|
||||
.getInt();
|
||||
|
||||
|
||||
// Teir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue