Skip to content

Commit 8bc2ba5

Browse files
authored
Fix two blocks missing in the cleanroom in-world preview (#2851)
1 parent d30fa3e commit 8bc2ba5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/gregtech/client/renderer/handler/MultiblockPreviewRenderer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public static void renderControllerInList(MultiblockControllerBase controllerBas
123123
controllerPos = new BlockPos(x, y, z);
124124
previewFacing = metaTE.getFrontFacing();
125125
mte = (MultiblockControllerBase) metaTE;
126-
break;
127126
}
128127
}
129128
}

0 commit comments

Comments
 (0)