From 5c5bdd89094cfd716c8ca92460199777ffdcf556 Mon Sep 17 00:00:00 2001 From: Kli Kli Date: Tue, 20 Aug 2024 18:31:00 +0200 Subject: [PATCH] chore: remove todo --- .../fermentationvat/FermentationCraftingBehaviour.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/com/klikli_dev/theurgy/content/apparatus/fermentationvat/FermentationCraftingBehaviour.java b/src/main/java/com/klikli_dev/theurgy/content/apparatus/fermentationvat/FermentationCraftingBehaviour.java index c2f4e528..a6b8f015 100644 --- a/src/main/java/com/klikli_dev/theurgy/content/apparatus/fermentationvat/FermentationCraftingBehaviour.java +++ b/src/main/java/com/klikli_dev/theurgy/content/apparatus/fermentationvat/FermentationCraftingBehaviour.java @@ -38,9 +38,6 @@ public FermentationCraftingBehaviour(BlockEntity blockEntity, Supplier 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(); }