From dc7299a27e7c3c74d0a48b808505c39754c918aa Mon Sep 17 00:00:00 2001 From: GlodBlock <1356392126@qq.com> Date: Sat, 17 Jul 2021 17:18:30 +0800 Subject: fix some desc text --- src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/GoodGenerator/Blocks/TEs/FuelRefineFactory.java') 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" }; } -- cgit