diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2022-03-01 18:48:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 18:48:16 +0100 |
commit | a5eb10feafdad7333e7c2115308b0b9fa1bab4c1 (patch) | |
tree | bd168ff25c7494fce0576b114ced67aa435a8c03 | |
parent | 9aebfb2dc9b2eff3587dccc1b246ce5872e805e6 (diff) | |
download | GT5-Unofficial-a5eb10feafdad7333e7c2115308b0b9fa1bab4c1.tar.gz GT5-Unofficial-a5eb10feafdad7333e7c2115308b0b9fa1bab4c1.tar.bz2 GT5-Unofficial-a5eb10feafdad7333e7c2115308b0b9fa1bab4c1.zip |
Update tooltip of EBF (#958)
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ElectricBlastFurnace.java | 6 |
1 files changed, 3 insertions, 3 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 3acf59b93e..4c5ae32b79 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 @@ -84,9 +84,9 @@ public class GT_MetaTileEntity_ElectricBlastFurnace extends GT_MetaTileEntity_Ab tt.addMachineType("Blast Furnace") .addInfo("Controller block for the Electric Blast Furnace") .addInfo("You can use some fluids to reduce recipe time. Place the circuit in the Input Bus") - .addInfo("Each 900K over the min. Heat required multiplies EU/t by 0.95") - .addInfo("Each 1800K over the min. Heat required allows for one upgraded overclock instead of normal") - .addInfo("Upgraded overclocks reduce recipe time to 25% (instead of 50%) and increase EU/t to 400%") + .addInfo("Each 900K over the min. Heat required reduces power consumption by 5% (multiplicatively)") + .addInfo("Each 1800K over the min. Heat required grants one perfect overclock") + .addInfo("For each perfect overclock the EBF will reduce recipe time 4 times (instead of 2) (100% efficiency)") .addInfo("Additionally gives +100K for every tier past MV") .addPollutionAmount(getPollutionPerSecond(null)) .addSeparator() |