Skip to content

Commit

Permalink
change naquadah fuel refinery to 4/4 overclock (GTNewHorizons#3046)
Browse files Browse the repository at this point in the history
Co-authored-by: boubou19 <miisterunknown@gmail.com>
  • Loading branch information
Glease and boubou19 authored Sep 4, 2024
1 parent c54c657 commit 3131d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ protected OverclockCalculator createOverclockCalculator(@NotNull GTRecipe recipe
int overclockAmount = Tier - recipe.mSpecialValue;
return super.createOverclockCalculator(recipe).limitOverclockCount(overclockAmount);
}
}.setOverclock(2.0, 2.0); // Set Overclock to be 2/2
}.setOverclock(4.0, 4.0); // Set Overclock to be 2/2
}

@Override
Expand Down

0 comments on commit 3131d6f

Please sign in to comment.