Skip to content

Commit

Permalink
Fix fluid shaper glass amount range tooltip (GTNewHorizons#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Dec 20, 2024
1 parent 7d0e0e7 commit e6ff50a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ protected MultiblockTooltipBuilder createTooltip() {
.addCasingInfoRange("Solidifier Radiator", 13, 73, false)
.addCasingInfoRange("Heat Proof Machine Casing", 4, 16, false)
.addCasingInfoRange("Clean Stainless Steel Machine Casing", 4, 16, false)
.addCasingInfoRange("Glass", 21, 117, true)
.addCasingInfoRange("Glass", 14, 117, true)
.addInputBus("Any Casing", 1)
.addOutputBus("Any Casing", 1)
.addInputHatch("Any Casing", 1)
Expand Down

0 comments on commit e6ff50a

Please sign in to comment.