Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Mar 20, 2024
1 parent 9a50a6f commit c4d0d4d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public boolean isItemValid(int slot, @NotNull ItemStack stack) {

protected abstract String getFilterName();

// todo update stack for insert and extract, though that shouldn't be called normally
@Override
public @NotNull ItemStack insertItem(int slot, @NotNull ItemStack stack, boolean simulate) {
if (!isItemValid(stack)) return stack;
Expand Down

0 comments on commit c4d0d4d

Please sign in to comment.