Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Aug 20, 2024
1 parent 524647b commit 5c5bdd8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ public FermentationCraftingBehaviour(BlockEntity blockEntity, Supplier<IItemHand
public boolean canProcess(ItemStack stack) {
if (this.alreadyHasInput(stack))
return true; //early out if we are already processing this type of item
//TODO:
// if we already have a recipe and new item does not fit -> deny
// if we do not have a recipe, but already have an item and they are not common part of any recipe -> deny

return this.recipeCachedCheck.getRecipeFor(stack, this.blockEntity.getLevel()).isPresent();
}
Expand Down

0 comments on commit 5c5bdd8

Please sign in to comment.