aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authormiozune <miozune@gmail.com>2022-06-18 01:33:34 +0900
committermiozune <miozune@gmail.com>2022-06-18 01:33:34 +0900
commit4b710ee473edbe4e2f2008faef5d722aa72c9313 (patch)
treef6b44ccff98b8813442a5f2c25a5dec2dfa5a083 /src/main
parentde75261e1da0ac2e9751145379360f72723b185f (diff)
downloadGT5-Unofficial-4b710ee473edbe4e2f2008faef5d722aa72c9313.tar.gz
GT5-Unofficial-4b710ee473edbe4e2f2008faef5d722aa72c9313.tar.bz2
GT5-Unofficial-4b710ee473edbe4e2f2008faef5d722aa72c9313.zip
Correct tooltip for LSC glass tier
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java2
1 files changed, 1 insertions, 1 deletions
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()