aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/gregtech/api/util/GTForestryCompat.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/util/GTForestryCompat.java b/src/main/java/gregtech/api/util/GTForestryCompat.java
index 86eaa519e7..58045596c4 100644
--- a/src/main/java/gregtech/api/util/GTForestryCompat.java
+++ b/src/main/java/gregtech/api/util/GTForestryCompat.java
@@ -176,7 +176,7 @@ public class GTForestryCompat {
if ((resources.length == 1) && (tRecipe.getFluidOutput() != null) && (resources[0] != null)) {
Item input = resources[0].getItem();
if (input == Items.pumpkin_seeds || input == Items.melon_seeds || input == Items.wheat_seeds)
- return;
+ continue;
GTRecipeBuilder recipeBuilder = GTValues.RA.stdBuilder();
recipeBuilder.itemInputs(resources[0]);
if (tRecipe.getRemnants() != null) {