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

Commit

Permalink
correct tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleFish authored Dec 5, 2023
1 parent d930635 commit 831b098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected GT_Multiblock_Tooltip_Builder createTooltip() {
.addInfo("chunk area of the ring center (not controller).").addInfo("Performs 4/4 overclock.")
.addInfo("Startup < 160,000,000 EU: 320x Parallel").addInfo("Startup < 320,000,000 EU: 256x Parallel")
.addInfo("Startup < 640,000,000 EU: 192x Parallel").addInfo("Startup < 1,200,000,000 EU: 128x Parallel")
.addInfo("Startup < 2,000,000,000 EU: 64x Parallel")
.addInfo("Startup >= 1,200,000,000 EU: 64x Parallel")
.addInfo(
"Support" + EnumChatFormatting.BLUE
+ " Tec"
Expand Down

0 comments on commit 831b098

Please sign in to comment.