Added Dragoneggsiphoner power

This commit is contained in:
Gig 2015-05-08 18:19:03 +01:00
parent 6a78464668
commit 752751319a
5 changed files with 99 additions and 0 deletions

View file

@ -64,6 +64,7 @@ public class ConfigTechReborn {
// Power
public static int ThermalGenertaorOutput;
public static int CentrifugeInputTick;
public static int DragoneggsiphonerOutput;
// Charge
public static int AdvancedDrillCharge;
public static int LapotronPackCharge;
@ -448,6 +449,16 @@ public class ConfigTechReborn {
30,
StatCollector
.translateToLocal("config.techreborn.thermalGeneratorPower.tooltip"))
.getInt();
DragoneggsiphonerOutput = config
.get(CATEGORY_POWER,
StatCollector
.translateToLocal("config.techreborn.dragoneggsiphonerPower"),
30,
StatCollector
.translateToLocal("config.techreborn.dragoneggsiphonerPower.tooltip"))
.getInt();
CentrifugeInputTick = config
.get(CATEGORY_POWER,