aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-06-17 22:40:56 +0200
committerGitHub <noreply@github.com>2022-06-17 22:40:56 +0200
commit464f0f5eb6ce1a82d97388e493f727ed8d350d2b (patch)
treef6b44ccff98b8813442a5f2c25a5dec2dfa5a083
parentde75261e1da0ac2e9751145379360f72723b185f (diff)
parent4b710ee473edbe4e2f2008faef5d722aa72c9313 (diff)
downloadGT5-Unofficial-464f0f5eb6ce1a82d97388e493f727ed8d350d2b.tar.gz
GT5-Unofficial-464f0f5eb6ce1a82d97388e493f727ed8d350d2b.tar.bz2
GT5-Unofficial-464f0f5eb6ce1a82d97388e493f727ed8d350d2b.zip
Merge pull request #37 from GTNewHorizons/lsc-glas
Correct tooltip for LSC glass tier
-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()