Skip to content

Commit

Permalink
Fix squeezer -> fluid extractor recipes (#3291)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <dream-master@gmx.net>
  • Loading branch information
CookieBrigade and Dream-Master committed Sep 28, 2024
1 parent 64d458c commit 85334d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gregtech/api/util/GTForestryCompat.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public static void transferSqueezerRecipes() {
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) {
Expand Down

0 comments on commit 85334d7

Please sign in to comment.