From 4b710ee473edbe4e2f2008faef5d722aa72c9313 Mon Sep 17 00:00:00 2001 From: miozune Date: Sat, 18 Jun 2022 01:33:34 +0900 Subject: Correct tooltip for LSC glass tier --- src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java index fcddfdcc69..d77d5df09c 100644 --- a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java +++ b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java @@ -237,7 +237,7 @@ public class GTMTE_LapotronicSuperCapacitor extends GT_MetaTileEntity_EnhancedMu .addInfo("Exception: Ultimate Capacitors only count as Lapotronic Capacitors (UV) for the") .addInfo("purposes of passive loss calculation. The full capacity is counted towards the actual power capacity.") .addSeparator() - .addInfo("Glass shell has to be Tier - 2 of the highest capacitor tier") + .addInfo("Glass shell has to be Tier - 3 of the highest capacitor tier") .addInfo("UV-tier glass required for TecTech Laser Hatches") .addInfo("Add more or better capacitors to increase capacity") .addSeparator() -- cgit