aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/common/tileentities
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/common/tileentities')
-rw-r--r--src/main/java/common/tileentities/GTMTE_FluidMultiStorage.java5
-rw-r--r--src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java8
2 files changed, 8 insertions, 5 deletions
diff --git a/src/main/java/common/tileentities/GTMTE_FluidMultiStorage.java b/src/main/java/common/tileentities/GTMTE_FluidMultiStorage.java
index 496e7d01ff..c2315b00fa 100644
--- a/src/main/java/common/tileentities/GTMTE_FluidMultiStorage.java
+++ b/src/main/java/common/tileentities/GTMTE_FluidMultiStorage.java
@@ -74,7 +74,8 @@ public class GTMTE_FluidMultiStorage extends GT_MetaTileEntity_MultiBlockBase {
.addSeparator()
.beginStructureBlock(5, 9, 5)
.addController("Top Center")
- .addOtherStructurePart("Storage Field Blocks", "Inner 3x7x3 solid pillar")
+ .addCasingInfo("T.F.F.T. Casing", 20)
+ .addOtherStructurePart("Storage Field Blocks (Tier I-V)", "Inner 3x7x3 solid pillar")
.addOtherStructurePart("IC2 Reinforced Glass", "Outer 5x7x5 glass shell")
.addMaintenanceHatch("Any top or bottom casing")
.addEnergyHatch("Any top or bottom casing")
@@ -82,6 +83,8 @@ public class GTMTE_FluidMultiStorage extends GT_MetaTileEntity_MultiBlockBase {
.addOutputHatch("Instead of any casing or glass, has to touch storage field block")
.addStructureInfo("You can have a bunch of hatches")
.addOtherStructurePart("Multi I/O Hatches", "Instead of any casing or glass, has to touch storage field block")
+ .addStructureInfo("Use MIOH with conduits or fluid storage busses to see all fluids at once. If it's fixed.")
+ .addStructureInfo("Ask someone else why there's 4 versions, with 2 uncraftable ones")
.toolTipFinisher("KekzTech");
if (!Keyboard.isKeyDown(Keyboard.KEY_LSHIFT)) {
return tt.getInformation();
diff --git a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
index c28db33487..11fcc27da7 100644
--- a/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
+++ b/src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
@@ -76,10 +76,10 @@ public class GTMTE_LapotronicSuperCapacitor extends GT_MetaTileEntity_MultiBlock
public String[] getDescription() {
final GT_Multiblock_Tooltip_Builder tt = new GT_Multiblock_Tooltip_Builder();
tt.addMachineType("Battery Buffer")
- .addInfo("Power storage structure!")
+ .addInfo("Power storage structure. Does not charge batteries or tools, however.")
.addInfo("Loses energy equal to 1% of the total capacity every 24 hours.")
- .addInfo("EXCEPTION: Ultimate Capacitors only count as Lapotronic Capacitors (UV) for the")
- .addInfo("purpose of passive loss calculation. The full capacity is counted towards the actual power capacity.")
+ .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("UV-tier glass required for TecTech Laser Hatches")
@@ -94,7 +94,7 @@ public class GTMTE_LapotronicSuperCapacitor extends GT_MetaTileEntity_MultiBlock
.addEnergyHatch("Any casing")
.addDynamoHatch("Any casing")
.addOtherStructurePart("Laser Target/Source Hatches", "Any casing, must be using UV-tier glass")
- .addStructureInfo("You can have several I/O Hstches")
+ .addStructureInfo("You can have several I/O Hatches")
.addMaintenanceHatch("Any casing")
.toolTipFinisher("KekzTech");
if(!Keyboard.isKeyDown(Keyboard.KEY_LSHIFT)) {