We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4363e27 commit f6943c1Copy full SHA for f6943c1
src/main/java/gregtech/api/metatileentity/multiblock/ui/MultiblockUIFactory.java
@@ -234,7 +234,6 @@ public MultiblockUIFactory addScreenChildren(ScreenFunction function) {
234
*/
235
public @NotNull ModularPanel buildUI(PosGuiData guiData, PanelSyncManager panelSyncManager) {
236
var panel = GTGuis.createPanel(mte, width, height)
237
- .debugName("root_panel")
238
.childIf(!disableDisplay, () -> createScreen(panelSyncManager));
239
240
// TODO createExtras() hook for overrides?
0 commit comments