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

Commit

Permalink
Fix Large Naq Reactor tooltip error (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Sep 12, 2023
1 parent 585ec7a commit 432c897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ protected GT_Multiblock_Tooltip_Builder createTooltip() {
.addInfo("Environmentally Friendly!").addInfo("Generate power from high-energy liquids.")
.addInfo(
String.format(
"Consumes &d L/s Liquid Air to keep running, otherwise" + EnumChatFormatting.YELLOW
"Consumes %d L/s Liquid Air to keep running, otherwise" + EnumChatFormatting.YELLOW
+ " it will void your fuel"
+ EnumChatFormatting.GRAY
+ ".",
Expand Down

0 comments on commit 432c897

Please sign in to comment.