diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2024-02-02 19:57:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 20:57:46 +0100 |
commit | 577d095eae85d6fb1df78da17f113de6f723b5fc (patch) | |
tree | 0929c6f479292184392ab6eec661011be8b8bde5 /src | |
parent | a42a4db6096ad23021ecfa6a2ab3c75f6281311b (diff) | |
download | GT5-Unofficial-577d095eae85d6fb1df78da17f113de6f723b5fc.tar.gz GT5-Unofficial-577d095eae85d6fb1df78da17f113de6f723b5fc.tar.bz2 GT5-Unofficial-577d095eae85d6fb1df78da17f113de6f723b5fc.zip |
Fix EBF tooltip (#2487)
fix EBF tooltip
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ElectricBlastFurnace.java | 5 |
1 files changed, 2 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 2cf15b2c6d..8913e8fedd 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 @@ -122,9 +122,8 @@ public class GT_MetaTileEntity_ElectricBlastFurnace extends .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 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("Each 1800K over the min. Heat allows for an overclock to be upgraded to a perfect overclock.") + .addInfo("That means the EBF will reduce recipe time by a factor 4 instead of 2 (giving 100% efficiency).") .addInfo("Additionally gives +100K for every tier past MV") .addPollutionAmount(getPollutionPerSecond(null)) .addSeparator() |