Skip to content

Commit

Permalink
fix turbine parallel being ^2
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC committed Sep 23, 2024
1 parent ebad95f commit 7034069
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 7034069

Please sign in to comment.