From b85dad4b1ff41940fc1a589ba91734e956bdf938 Mon Sep 17 00:00:00 2001 From: Technus Date: Mon, 9 Oct 2017 21:43:35 +0200 Subject: Fix EBF tooltip --- .../machines/multi/GT_MetaTileEntity_ElectricBlastFurnace.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/gregtech/common/tileentities') 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 fc31b695ba..2ccb667f5f 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 @@ -58,7 +58,7 @@ public class GT_MetaTileEntity_ElectricBlastFurnace "1x Output Hatch to recover CO2/CO/SO2 (optional, any top layer casing),", " Recovery scales with Muffler Hatch tier", "Heat Proof Machine Casings for the rest", - "Each 900K over the min. Heat Capacity grants 5% speedup (multiplicatively)", + "Each 900K over the min. Heat Capacity multiplies eu/t by 0.95", "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"}; -- cgit