Skip to content

Commit

Permalink
Fix Starting Energy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nockyx committed Jan 14, 2025
1 parent e4fb6c1 commit bb0bee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void run() {
.fluidOutputs(Materials.Neutronium.getMolten(144))
.duration(12 * SECONDS)
.eut(TierEU.RECIPE_ZPM)
.metadata(FUSION_THRESHOLD, 640000000)
.metadata(FUSION_THRESHOLD, 630000000)
.addTo(fusionRecipes); // FT3 - utility

GTValues.RA.stdBuilder()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gtPlusPlus/core/recipe/RecipesGregTech.java
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ private static void fusionRecipes() {
.fluidOutputs(MaterialsElements.STANDALONE.HYPOGEN.getFluidStack(36))
.duration(6 * MINUTES + 49 * SECONDS + 12 * TICKS)
.eut(TierEU.RECIPE_UHV)
.metadata(FUSION_THRESHOLD, 1_200_000_000)
.metadata(FUSION_THRESHOLD, 1_150_000_000)
.addTo(fusionRecipes);

// Rhugnor
Expand Down

0 comments on commit bb0bee0

Please sign in to comment.