aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
diff options
context:
space:
mode:
authorGlodBlock <1356392126@qq.com>2021-07-17 17:18:30 +0800
committerGlodBlock <1356392126@qq.com>2021-07-17 17:18:30 +0800
commitdc7299a27e7c3c74d0a48b808505c39754c918aa (patch)
tree324d477eca99f554cedcd63feab9cf5da2b52561 /src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
parentecf0c7f7850257c39a8e58fef77b03c93d745489 (diff)
downloadGT5-Unofficial-dc7299a27e7c3c74d0a48b808505c39754c918aa.tar.gz
GT5-Unofficial-dc7299a27e7c3c74d0a48b808505c39754c918aa.tar.bz2
GT5-Unofficial-dc7299a27e7c3c74d0a48b808505c39754c918aa.zip
fix some desc text
Diffstat (limited to 'src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java')
-rw-r--r--src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java b/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
index ae74dfcea0..91e43d23f1 100644
--- a/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
+++ b/src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java
@@ -163,7 +163,6 @@ public class FuelRefineFactory extends GT_MetaTileEntity_MultiblockBase_EM imple
.addInfo("The structure is too complex!")
.addInfo("Follow the TecTech blueprint to build the main structure.")
.addSeparator()
- .addController("Front bottom")
.addInputHatch("The casings adjoin the field restriction glass.")
.addInputBus("The casings adjoin the field restriction glass.")
.addOutputHatch("The casings adjoin the field restriction glass.")
@@ -197,7 +196,8 @@ public class FuelRefineFactory extends GT_MetaTileEntity_MultiblockBase_EM imple
"1~16x Input Hatch",
"1~16x Output Hatch",
"1~16x Input Bus",
- "1~16x Energy Hatch"
+ "1~16x Energy Hatch",
+ "All the hatches should adjoin the field restriction glass"
};
}