Skip to content

Commit

Permalink
Change order of item in Research Station JEI page (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALongStringOfNumbers authored Dec 29, 2023
1 parent 3d1c167 commit b271dfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,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 b271dfa

Please sign in to comment.