Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
fix MBF tooltip (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Feb 2, 2024
1 parent 2d6273f commit a37a0fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ protected GT_Multiblock_Tooltip_Builder createTooltip() {
tt.addMachineType("Blast Furnace").addInfo("Controller block for the Mega 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("Each 1800K over the min. Heat allows for an overclock to be upgraded to a perfect overclock.")
.addInfo(
"For each perfect overclock the EBF will reduce recipe time 4 times (instead of 2) (100% efficiency)")
"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(20 * this.getPollutionPerTick(null)).addSeparator()
.beginStructureBlock(15, 20, 15, true).addController("3rd layer center")
Expand Down

0 comments on commit a37a0fe

Please sign in to comment.