diff options
author | Prometheus0000 <prometheus0000000@gmail.com> | 2021-04-19 11:46:07 -0400 |
---|---|---|
committer | Prometheus0000 <prometheus0000000@gmail.com> | 2021-04-19 11:46:07 -0400 |
commit | 4a675efcd20ac1c1d858f7019b3e7b34a15d6e18 (patch) | |
tree | 88330576c13619c374d19ff64c6ddbec125ef744 /src/main/java | |
parent | 019d2c5c8cb9669dd19a66e54d637de83255e795 (diff) | |
download | GT5-Unofficial-4a675efcd20ac1c1d858f7019b3e7b34a15d6e18.tar.gz GT5-Unofficial-4a675efcd20ac1c1d858f7019b3e7b34a15d6e18.tar.bz2 GT5-Unofficial-4a675efcd20ac1c1d858f7019b3e7b34a15d6e18.zip |
Update TT text to reflect changes
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java index 581b3de7ad..6e5e4fbca6 100644 --- a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java +++ b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java @@ -89,7 +89,8 @@ public class GTMTE_LapotronicSuperCapacitor extends GT_MetaTileEntity_MultiBlock .addStructureInfo("Modular height of 4-18 blocks.") .addController("Front center bottom") .addOtherStructurePart("Lapotronic Super Capacitor Casing", "5x2x5 base (at least 17x)") - .addOtherStructurePart("Lapotronic Capacitor (IV-UV), Ultimate Capacitor (UHV)", "Center 3x(1-15)x3 above base (9-135 blocks)") + .addOtherStructurePart("Lapotronic Capacitor (EV-UV), Ultimate Capacitor (UHV)", "Center 3x(1-15)x3 above base (9-135 blocks)") + .addStructureInfo("You can also use the Empty Capacitor to save materials if you use it for less than half the blocks") .addOtherStructurePart("Borosilicate Glass (any)", "41-265x, Encase capacitor pillar") .addEnergyHatch("Any casing") .addDynamoHatch("Any casing") |