Skip to content

Commit

Permalink
I fix turbine (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC authored Sep 23, 2024
1 parent ebad95f commit 8ba38e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static GTRecipe recipeModifier(MetaMachine machine, @NotNull GTRecipe rec
recipe.ingredientActions,
recipe.data, recipe.duration, recipe.isFuel);

result.init(-eut, recipe.duration, parallelResult.getSecond(), params.getOcAmount());
result.init(-eut, recipe.duration, 1, params.getOcAmount());

return recipe;
}
Expand Down

0 comments on commit 8ba38e1

Please sign in to comment.