diff options
author | Lyfts <127234178+Lyfts@users.noreply.github.com> | 2023-08-17 17:09:00 +0200 |
---|---|---|
committer | Lyfts <127234178+Lyfts@users.noreply.github.com> | 2023-08-17 17:09:00 +0200 |
commit | fb17fc903c21a7ab1e920346721affd00e7a4170 (patch) | |
tree | 2a71392395744a8000cc617056cb1e3cc16fdfc0 /src/main/java/common/tileentities/GTMTE_TFFT.java | |
parent | d0305767b9e4c891aa0b850abeebb96a7b9774c6 (diff) | |
download | GT5-Unofficial-fb17fc903c21a7ab1e920346721affd00e7a4170.tar.gz GT5-Unofficial-fb17fc903c21a7ab1e920346721affd00e7a4170.tar.bz2 GT5-Unofficial-fb17fc903c21a7ab1e920346721affd00e7a4170.zip |
clean deprecated
Diffstat (limited to 'src/main/java/common/tileentities/GTMTE_TFFT.java')
-rw-r--r-- | src/main/java/common/tileentities/GTMTE_TFFT.java | 2 |
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") |