Skip to content

Commit

Permalink
Fix SLAM structure and Antimatter Multi Tooltips (GTNewHorizons#3672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruling-0 authored Dec 19, 2024
1 parent b98fc90 commit 017326b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3368,7 +3368,7 @@ public class AntimatterStructures {
" A A ", " A A ",
" C C ", " FCG GCF ",
" DDGDDG GDDGDD ", " DDGDDGDCDGGGGGDCDGDDGDD ",
" FDDDDDDDDDDDDDDDDDDDDDDDFF " },
" FDDDDDDDDDDDDDDDDDDDDDDDF " },
{ " CCC ", " EEEEEEEEE ",
" E E ", " E E ",
" E E ", " E E ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ protected MultiblockTooltipBuilder createTooltip() {
+ "+0.10"
+ EnumChatFormatting.GRAY)
.addInfo("Each stabilization can only use one of the fluids at a time")
.beginStructureBlock(53, 53, 47, false)
.addCasingInfoMin("Antimatter Containment Casing", 512, false)
.addCasingInfoMin("Magnetic Flux Casing", 2274, false)
.addCasingInfoMin("Gravity Stabilization Casing", 623, false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ protected MultiblockTooltipBuilder createTooltip() {
.addInfo("Enable wireless EU mode with screwdriver")
.addInfo("Wireless mode requires SC UMV Base or better")
.addInfo("Wireless mode uses hatch capacity limit")
.beginStructureBlock(35, 43, 35, false)
.addCasingInfoMin("Transcendentally Reinforced Borosilicate Glass", 1008, false)
.addCasingInfoMin("Magnetic Flux Casing", 4122, false)
.addCasingInfoMin("Gravity Stabilization Casing", 2418, false)
Expand Down

0 comments on commit 017326b

Please sign in to comment.