Skip to content

Commit

Permalink
Change Neutronium Recipe Cost to properly behave in compact mk4 (#3812)
Browse files Browse the repository at this point in the history
Co-authored-by: GDCloud <[email protected]>
  • Loading branch information
Nockyx and GDCloudstrike authored Jan 14, 2025
1 parent c5b7781 commit 5353cca
Showing 1 changed file with 1 addition and 1 deletion.
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, 600000000)
.addTo(fusionRecipes); // FT3 - utility

GTValues.RA.stdBuilder()
Expand Down

0 comments on commit 5353cca

Please sign in to comment.