Tweak some power values, closes #564

This commit is contained in:
modmuss50 2016-05-23 17:05:10 +01:00
parent 188e2ef0c5
commit 78ccf1bcfb
3 changed files with 4 additions and 4 deletions

View file

@ -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