Skip to content

Commit 859b2d0

Browse files
committed
merge with mui2-refactor
1 parent 761fcb3 commit 859b2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gregtechceu/gtceu/common/machine/multiblock/primitive/PrimitiveBlastFurnaceMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public ModularPanel buildUI(PosGuiData data, PanelSyncManager syncManager, UISet
162162
.child(createExportItemSlot(syncManager).margin(104, 0, 34, 0))
163163
.child(GTMuiWidgets.createTitleBar(getDefinition(), 176, GTGuiTextures.BACKGROUND_PRIMITIVE))
164164
.child(SlotGroupWidget
165-
.playerInventory(false, GTGuiTextures.SLOT_PRIMITIVE, GTGuiTextures.SLOT_PRIMITIVE).left(7)
165+
.playerInventory(false).left(7)
166166
.bottom(7));
167167
}
168168

0 commit comments

Comments
 (0)