Tweak some power values, closes #564
This commit is contained in:
parent
188e2ef0c5
commit
78ccf1bcfb
3 changed files with 4 additions and 4 deletions
|
@ -199,7 +199,7 @@ public class ConfigTechReborn
|
|||
|
||||
// Power
|
||||
ThermalGeneratorOutput = config
|
||||
.get(CATEGORY_POWER, "ThermalGenerator Max Output", 30, "Set the max output for the ThermalGenerator")
|
||||
.get(CATEGORY_POWER, "ThermalGenerator Max Output", 60, "Set the max output for the ThermalGenerator")
|
||||
.getInt();
|
||||
|
||||
DragonEggSiphonerOutput = config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue