diff options
| author | Johannes Gäßler <updrn@student.kit.edu> | 2017-04-23 10:45:07 +0200 |
|---|---|---|
| committer | Johannes Gäßler <updrn@student.kit.edu> | 2017-04-23 10:45:07 +0200 |
| commit | 2ca81b2828d6324c4790d4c7f9849a5012d1b15e (patch) | |
| tree | a89a01a40d0ccd66bd2a2b5de263c87c9897856d | |
| parent | f1ab33d996152af643599a7ce75617b6ac4c4fa9 (diff) | |
| download | GT5-Unofficial-2ca81b2828d6324c4790d4c7f9849a5012d1b15e.tar.gz GT5-Unofficial-2ca81b2828d6324c4790d4c7f9849a5012d1b15e.tar.bz2 GT5-Unofficial-2ca81b2828d6324c4790d4c7f9849a5012d1b15e.zip | |
Changed the wording on heating capacity to make the effects more clear.
| -rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ElectricBlastFurnace.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ElectricBlastFurnace.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ElectricBlastFurnace.java index 1b9ca3ced3..e82fa34fa0 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ElectricBlastFurnace.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ElectricBlastFurnace.java @@ -46,7 +46,7 @@ public class GT_MetaTileEntity_ElectricBlastFurnace "1x Muffler Hatch (Top middle)",
"Heat Proof Machine Casings for the rest",
"Each 900K over the min. Heat Capacity grants 5% speedup (multiplicatively)",
- "Each 1800K over the min. Heat Capacity grants an upgraded overclock",
+ "Each 1800K over the min. Heat Capacity allows for one upgraded overclock",
"Upgraded overclocks reduce recipe time to 25% and increase EU/t to 400%",
"Causes " + 20 * getPollutionPerTick(null) + " Pollution per second"};
}
|
