Skip to content

Commit 4ab90cf

Browse files
committed
Cherrypick of #2325
1 parent 627d6f1 commit 4ab90cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/gregtech/api/recipes/machines/RecipeMapResearchStation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ public ModularUI.Builder createJeiUITemplate(IItemHandlerModifiable importItems,
3535
GuiTextures.PROGRESS_BAR_RESEARCH_STATION_1, ProgressWidget.MoveType.HORIZONTAL))
3636
.widget(new ProgressWidget(pairedSuppliers.getRight(), 119, 32, 10, 18,
3737
GuiTextures.PROGRESS_BAR_RESEARCH_STATION_2, ProgressWidget.MoveType.VERTICAL_DOWNWARDS))
38-
.widget(new SlotWidget(importItems, 0, 115, 50, true, true)
38+
.widget(new SlotWidget(exportItems, 0, 115, 50, true, true)
3939
.setBackgroundTexture(GuiTextures.SLOT, GuiTextures.DATA_ORB_OVERLAY))
4040
.widget(new SlotWidget(importItems, 1, 43, 21, true, true)
4141
.setBackgroundTexture(GuiTextures.SLOT, GuiTextures.SCANNER_OVERLAY))
42-
.widget(new SlotWidget(exportItems, 0, 97, 21, true, true)
42+
.widget(new SlotWidget(importItems, 0, 97, 21, true, true)
4343
.setBackgroundTexture(GuiTextures.SLOT, GuiTextures.RESEARCH_STATION_OVERLAY));
4444
}
4545
}

0 commit comments

Comments
 (0)