Skip to content

Commit 46d6cb2

Browse files
authored
Remove muffler hatch from distillery preview (#4577)
1 parent 1540937 commit 46d6cb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/gregtechceu/gtceu/common/data/machines/GCYMMachines.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)