Skip to content

Commit

Permalink
fix nei magmatter amount
Browse files Browse the repository at this point in the history
  • Loading branch information
GDCloudstrike committed Sep 17, 2024
1 parent cd35189 commit 5d01167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tectech/loader/recipe/Godforge.java
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public void run() {
GTValues.RA.stdBuilder()
.itemInputs(Materials.Iron.getDust(1))
.fluidInputs(Materials.Iron.getMolten(1), Materials.Bismuth.getMolten(1))
.fluidOutputs(MaterialsUEVplus.MagMatter.getMolten(144))
.fluidOutputs(MaterialsUEVplus.MagMatter.getMolten(576))
.duration(10 * SECONDS)
.eut(TierEU.RECIPE_MAX)
.metadata(FOG_EXOTIC_TIER, 1)
Expand Down

0 comments on commit 5d01167

Please sign in to comment.