Skip to content

Commit

Permalink
Mark required research data as a catalyst in XEI. (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince authored Jan 11, 2025
1 parent 973a313 commit 05627a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ public void applyWidgetInfo(@NotNull Widget widget,
}
CycleItemStackHandler handler = new CycleItemStackHandler(List.of(dataItems));
slot.setHandlerSlot(handler, 0);
slot.setIngredientIO(IngredientIO.INPUT);
slot.setIngredientIO(IngredientIO.CATALYST);
slot.setCanTakeItems(false);
slot.setCanPutItems(false);
}
Expand Down

0 comments on commit 05627a3

Please sign in to comment.