Skip to content

Commit

Permalink
Merge pull request #1041 from h3tR/master-ceu
Browse files Browse the repository at this point in the history
Fix #1040
  • Loading branch information
MCTian-mi authored Oct 23, 2024
2 parents 77cfa97 + cdc4f8e commit 01ab6d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ FBR.recipeBuilder()

DT.recipeBuilder()
.fluidInputs(fluid('disproportionated_trichlorosilane') * 2000)
.fluidOutputs(fluid('dichlorosilane') * 1000)
.fluidOutputs(fluid('silicon_tetrachloride') * 1000)
.fluidOutputs(fluid('dichlorosilane') * 1000)
.duration(100)
.EUt(120)
.buildAndRegister()
Expand Down

0 comments on commit 01ab6d9

Please sign in to comment.