Skip to content

Commit

Permalink
Return priority to bulk cell
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Sep 10, 2023
1 parent 36909df commit 73f7c1f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,12 @@ public void getAvailableStacks(KeyCounter out) {
}
}

@Override
public boolean isPreferredStorageFor(AEKey what, IActionSource source) {
return what instanceof AEItemKey item
&& (item.equals(storedItem) || item.equals(filterItem) || compressionChain.containsVariant(item));
}

@Override
public Component getDescription() {
return stack.getHoverName();
Expand Down

0 comments on commit 73f7c1f

Please sign in to comment.