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 and krossgg committed Sep 24, 2024
1 parent 4382d14 commit cc0a771
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 cc0a771

Please sign in to comment.