Skip to content

Commit

Permalink
Update structure size tooltips for Large Electric Compressor / HIP (#…
Browse files Browse the repository at this point in the history
…3746)

Co-authored-by: Maya <[email protected]>
  • Loading branch information
Ableytner and serenibyss authored Jan 3, 2025
1 parent b2c7982 commit 3fc4ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ protected MultiblockTooltipBuilder createTooltip() {
+ "1"
+ EnumChatFormatting.GRAY
+ " parallels per voltage tier")
.beginStructureBlock(7, 5, 7, true)
.beginStructureBlock(15, 8, 7, false)
.addController("Front Center")
.addCasingInfoMin("Electric Compressor Casing", 95, false)
.addCasingInfoMin("Compressor Pipe Casing", 60, false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ protected MultiblockTooltipBuilder createTooltip() {
.addInfo("100% faster than singleblock machines of the same voltage")
.addInfo("Only uses 90% of the EU/t normally required")
.addInfo("Gains 2 parallels per voltage tier")
.beginStructureBlock(7, 5, 7, true)
.beginStructureBlock(7, 8, 7, true)
.addController("Front Center")
.addCasingInfoMin("Electric Compressor Casing", 95, false)
.addCasingInfoMin("Compressor Pipe Casing", 45, false)
Expand Down

0 comments on commit 3fc4ca8

Please sign in to comment.