Revert a shit load of stuff
This commit is contained in:
parent
1acacd811b
commit
d25bb23e8e
327 changed files with 2470 additions and 1680 deletions
|
@ -27,7 +27,6 @@ public class ConfigTechReborn
|
|||
public static int ThermalGeneratorOutput;
|
||||
public static int CentrifugeInputTick;
|
||||
public static int DragonEggSiphonerOutput;
|
||||
public static int HeatGeneratorOutput;
|
||||
public static int AverageEuOutTickTime;
|
||||
public static int ExtraOutputPerLesuBlock;
|
||||
public static int BaseLesuOutput;
|
||||
|
@ -214,10 +213,6 @@ public class ConfigTechReborn
|
|||
.get(CATEGORY_POWER, "Centrifuge Max Tick", 30, "Set the max power the Centrifuge uses per tick")
|
||||
.getInt();
|
||||
|
||||
HeatGeneratorOutput = config
|
||||
.get(CATEGORY_POWER, "HeatGenerator Max Output", 30, "Set the max output for the HeatGenerator")
|
||||
.getInt();
|
||||
|
||||
AesuMaxOutput = config.get(CATEGORY_POWER, "AESU Max Output", 30, "Set the max output for the AESU").getInt();
|
||||
|
||||
AesuMaxStorage = config.get(CATEGORY_POWER, "AESU Max Storage", 30, "Set the max Storage for the AESU")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue