diff options
author | kekzdealer <kekzdealer@gmail.com> | 2019-10-13 02:29:02 +0200 |
---|---|---|
committer | kekzdealer <kekzdealer@gmail.com> | 2019-10-13 02:30:07 +0200 |
commit | 4ed2ae7a6e82f42d2270ce28cc7b73181fe16f6e (patch) | |
tree | d540f93889390fcabeca35c5634129356c0acfc1 /src/main/java/tileentities/GTMTE_FluidMultiStorage.java | |
parent | 3d48075348fa31d422761a7b5b358848b018bd19 (diff) | |
download | GT5-Unofficial-4ed2ae7a6e82f42d2270ce28cc7b73181fe16f6e.tar.gz GT5-Unofficial-4ed2ae7a6e82f42d2270ce28cc7b73181fe16f6e.tar.bz2 GT5-Unofficial-4ed2ae7a6e82f42d2270ce28cc7b73181fe16f6e.zip |
Began working on tooltips
Diffstat (limited to 'src/main/java/tileentities/GTMTE_FluidMultiStorage.java')
-rw-r--r-- | src/main/java/tileentities/GTMTE_FluidMultiStorage.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/tileentities/GTMTE_FluidMultiStorage.java b/src/main/java/tileentities/GTMTE_FluidMultiStorage.java index ce155c48e6..c19200bf2e 100644 --- a/src/main/java/tileentities/GTMTE_FluidMultiStorage.java +++ b/src/main/java/tileentities/GTMTE_FluidMultiStorage.java @@ -75,8 +75,8 @@ public class GTMTE_FluidMultiStorage extends GT_MetaTileEntity_MultiBlockBase { "Tier IV: 64,000,000L per block, 4EU/t",
"------------------------------------------",
"Note on hatch locking:",
- "Use an integrated circuit in the GUI slot to limit which fluid is outputted",
- "The number of a stored fluid can be obtained through the Tricorder.",
+ "Use an Integrated Circuit in the GUI slot to limit which fluid is output",
+ "The index of a stored fluid can be obtained through the Tricorder.",
"------------------------------------------",
"Dimensions: 5x9x5 (WxHxL)",
"Structure:",
|