Some tweaks to the farm
This commit is contained in:
parent
fadba8db41
commit
d2b2f34d64
4 changed files with 42 additions and 16 deletions
|
@ -74,6 +74,7 @@ public class ConfigTechReborn {
|
|||
public static int baseLesuOutput;
|
||||
public static int lesuStoragePerBlock;
|
||||
public static int euPerRF;
|
||||
public static int farmEu;
|
||||
// Charge
|
||||
public static int AdvancedDrillCharge;
|
||||
public static int LapotronPackCharge;
|
||||
|
@ -598,6 +599,12 @@ public class ConfigTechReborn {
|
|||
4,
|
||||
StatCollector.translateToLocal("config.techreborn.euPerRF.tooltip"))
|
||||
.getInt();
|
||||
farmEu = config.get(CATEGORY_POWER,
|
||||
StatCollector.translateToLocal("config.techreborn.farmeu"),
|
||||
32,
|
||||
StatCollector.translateToLocal("config.techreborn.farmeu.tooltip"))
|
||||
.getInt();
|
||||
|
||||
|
||||
|
||||
// Teir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue