Skip to content

Commit

Permalink
Update ChemistryOverhaul.groovy (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
trainvoi authored Dec 29, 2023
1 parent 2fca124 commit b719003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groovy/postInit/chemistry/ChemistryOverhaul.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3424,7 +3424,7 @@ BR.recipeBuilder()
.inputs(ore('dustSodiumHydroxide') * 3)
.fluidInputs(fluid('methanol') * 1000)
.fluidOutputs(fluid('tetramethylammonium_hydroxide_solution') * 1000)
.outputs(metaitem('dustRockSalt') * 2)
.outputs(metaitem('dustSalt') * 2)
.duration(300)
.EUt(30)
.buildAndRegister()
Expand Down

0 comments on commit b719003

Please sign in to comment.