Skip to content

Commit

Permalink
fix error in tooltip (GTNewHorizons#3816)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pxx500 authored Jan 15, 2025
1 parent ab402ce commit fc5ddff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ protected final MultiblockTooltipBuilder createTooltip() {
.beginStructureBlock(7, 9, 7, false)
.addController("Top Middle")
.addCasingInfoMin(getCasingName(), 360, false)
.addCasingInfoMin("Rotor Shaft", 30, false)
.addCasingInfoMin("Turbine Shaft", 30, false)
.addOtherStructurePart("Rotor Assembly", "Any 1 dot hint", 1)
.addInputBus("Any 4 dot hint (min 1)", 4)
.addInputHatch("Any 4 dot hint(min 1)", 4);
Expand Down

0 comments on commit fc5ddff

Please sign in to comment.