File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/com/gregtechceu/gtceu/common/data/machines Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -655,7 +655,6 @@ public static void init() {}
655655 var builder = MultiblockShapeInfo .builder ()
656656 .where ('S' , definition , Direction .NORTH )
657657 .where ('C' , CASING_WATERTIGHT .getDefaultState ())
658- .where ('M' , MUFFLER_HATCH [IV ], Direction .UP )
659658 .where ('X' , PARALLEL_HATCH [IV ], Direction .NORTH )
660659 .where ('H' , FLUID_IMPORT_HATCH [IV ], Direction .NORTH )
661660 .where ('B' , ITEM_EXPORT_BUS [IV ], Direction .NORTH )
@@ -675,7 +674,7 @@ public static void init() {}
675674 List <String > aisle3 = new ArrayList <>(16 );
676675 aisle3 .add ("CCCCC" );
677676 aisle3 .add ("C###C" );
678- aisle3 .add ("#CMC #" );
677+ aisle3 .add ("#CCC #" );
679678 List <String > aisle4 = new ArrayList <>(16 );
680679 aisle4 .add ("CCCCC" );
681680 aisle4 .add ("C###C" );
You can’t perform that action at this time.
0 commit comments