Skip to content

Commit

Permalink
Standardise to Multi-Amp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruling-0 committed Jan 21, 2025
1 parent f8d0425 commit e03ed27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ public static String buildMagnetTooltip(MagnetTiers m) {
if (m.supportsExotic) tooltip = tooltip + "/n "
+ EnumChatFormatting.BOLD
+ EnumChatFormatting.GREEN
+ "Can Use Multiamp Hatches/n "
+ "Can Use Multi-Amp Hatches/n "
+ EnumChatFormatting.RED
+ "Limit to one energy hatch if using Multiamp";
+ "Limit to one energy hatch if using Multi-Amp";

return tooltip;
}
Expand Down Expand Up @@ -216,7 +216,7 @@ protected MultiblockTooltipBuilder createTooltip() {
.addInfo("Use screwdriver to switch mode")
.addInfo("Insert an electromagnet into the electromagnet housing to use")
.addInfo("Better electromagnets give further bonuses")
.addInfo("With Tengam electromagnet, multiamp (NOT laser) hatches are allowed")
.addInfo("With Tengam electromagnet, multi-amp (NOT laser) hatches are allowed")
.beginStructureBlock(7, 6, 7, false)
.addController("Front Center")
.addCasingInfoMin("MagTech Casings", MIN_CASING, false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ protected MultiblockTooltipBuilder createTooltip() {
+ "Recipe tier is limited to hatch tier + 1. Will not perform overclocks above the hatch tier.")
.addInfo(
EnumChatFormatting.RED
+ "Limit to one energy hatch if using a Multiamp or Laser hatch.")
+ "Limit to one energy hatch if using a Multi-Amp or Laser hatch.")
.beginStructureBlock(35, 33, 35, false)
.addCasingInfoMin("Background Radiation Absorbent Casing", 950, false)
.addCasingInfoExactly("Extreme Density Space-Bending Casing", 3667, false)
Expand Down

0 comments on commit e03ed27

Please sign in to comment.