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

Commit

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

0 comments on commit 15fdfd3

Please sign in to comment.