aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/common/tileentities/GTMTE_TFFT.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/common/tileentities/GTMTE_TFFT.java b/src/main/java/common/tileentities/GTMTE_TFFT.java
index 02a709bdd5..a32f461053 100644
--- a/src/main/java/common/tileentities/GTMTE_TFFT.java
+++ b/src/main/java/common/tileentities/GTMTE_TFFT.java
@@ -319,7 +319,7 @@ public class GTMTE_TFFT extends GT_MetaTileEntity_EnhancedMultiBlockBase<GTMTE_T
.addInfo("Use an Integrated Circuit in the GUI slot to limit which fluid is output.")
.addInfo("The index of a stored fluid can be obtained through the Tricorder.").addSeparator()
.beginVariableStructureBlock(5, 5, 5, 15, 5, 5, false).addController("Top Center")
- .addCasingInfo("T.F.F.T Casing", MIN_CASING_AMOUNT)
+ .addCasingInfoMin("T.F.F.T Casing", MIN_CASING_AMOUNT, false)
.addOtherStructurePart("Storage Field Blocks (Tier I-X)", "Inner 3xhx3 solid pillar")
.addStructureInfo("Energy hatch is not required when running cost is 0")
.addOtherStructurePart("EV+ Tier Glass/Warded Glass/Reinforced Glass", "Outer 5xhx5 glass shell")