Skip to content

Commit

Permalink
Add crafting slots to input sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ramidzkh committed Oct 17, 2024
1 parent c029cda commit 4245511
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public List<Slot> getInputSources(T menu) {
var slots = new ArrayList<Slot>();
slots.addAll(menu.getSlots(SlotSemantics.PLAYER_INVENTORY));
slots.addAll(menu.getSlots(SlotSemantics.PLAYER_HOTBAR));
slots.addAll(menu.getSlots(SlotSemantics.CRAFTING_GRID));
return slots;
}

Expand Down

0 comments on commit 4245511

Please sign in to comment.