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 627d6f1 commit 4ab90cfCopy full SHA for 4ab90cf
src/main/java/gregtech/api/recipes/machines/RecipeMapResearchStation.java
@@ -35,11 +35,11 @@ public ModularUI.Builder createJeiUITemplate(IItemHandlerModifiable importItems,
35
GuiTextures.PROGRESS_BAR_RESEARCH_STATION_1, ProgressWidget.MoveType.HORIZONTAL))
36
.widget(new ProgressWidget(pairedSuppliers.getRight(), 119, 32, 10, 18,
37
GuiTextures.PROGRESS_BAR_RESEARCH_STATION_2, ProgressWidget.MoveType.VERTICAL_DOWNWARDS))
38
- .widget(new SlotWidget(importItems, 0, 115, 50, true, true)
+ .widget(new SlotWidget(exportItems, 0, 115, 50, true, true)
39
.setBackgroundTexture(GuiTextures.SLOT, GuiTextures.DATA_ORB_OVERLAY))
40
.widget(new SlotWidget(importItems, 1, 43, 21, true, true)
41
.setBackgroundTexture(GuiTextures.SLOT, GuiTextures.SCANNER_OVERLAY))
42
- .widget(new SlotWidget(exportItems, 0, 97, 21, true, true)
+ .widget(new SlotWidget(importItems, 0, 97, 21, true, true)
43
.setBackgroundTexture(GuiTextures.SLOT, GuiTextures.RESEARCH_STATION_OVERLAY));
44
}
45
0 commit comments