Skip to content

Commit

Permalink
Cherrypick of #2325
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 21, 2024
1 parent 627d6f1 commit 4ab90cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ public ModularUI.Builder createJeiUITemplate(IItemHandlerModifiable importItems,
GuiTextures.PROGRESS_BAR_RESEARCH_STATION_1, ProgressWidget.MoveType.HORIZONTAL))
.widget(new ProgressWidget(pairedSuppliers.getRight(), 119, 32, 10, 18,
GuiTextures.PROGRESS_BAR_RESEARCH_STATION_2, ProgressWidget.MoveType.VERTICAL_DOWNWARDS))
.widget(new SlotWidget(importItems, 0, 115, 50, true, true)
.widget(new SlotWidget(exportItems, 0, 115, 50, true, true)
.setBackgroundTexture(GuiTextures.SLOT, GuiTextures.DATA_ORB_OVERLAY))
.widget(new SlotWidget(importItems, 1, 43, 21, true, true)
.setBackgroundTexture(GuiTextures.SLOT, GuiTextures.SCANNER_OVERLAY))
.widget(new SlotWidget(exportItems, 0, 97, 21, true, true)
.widget(new SlotWidget(importItems, 0, 97, 21, true, true)
.setBackgroundTexture(GuiTextures.SLOT, GuiTextures.RESEARCH_STATION_OVERLAY));
}
}

0 comments on commit 4ab90cf

Please sign in to comment.