Skip to content

Commit

Permalink
Update Catalysts.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
trainvoi committed Dec 20, 2024
1 parent 2228cd9 commit 0089e09
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions groovy/postInit/chemistry/Catalysts.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,19 @@ BR.recipeBuilder()
// Type X zeolite (molecular sieve, 9 angstrom)

AUTOCLAVE.recipeBuilder()
.fluidInputs(fluid('diluted_sodium_silicate_solution') * 4000)
.circuitMeta(1)
.inputs(ore('dustSodiumAluminate') * 4)
.fluidInputs(fluid('diluted_sodium_silicate_solution') * 4000)
.fluidOutputs(fluid('type_x_zeolite_solution') * 4000)
.duration(180)
.EUt(30)
.buildAndRegister()

AUTOCLAVE.recipeBuilder()
.circuitMeta(1)
.inputs(ore('dustSodiumAluminate') * 4)
.fluidInputs(fluid('sodium_silicate_solution') * 1000)
.fluidInputs(fluid('distilled_water') * 3000)
.inputs(ore('dustSodiumAluminate') * 4)
.fluidOutputs(fluid('type_x_zeolite_solution') * 4000)
.duration(180)
.EUt(30)
Expand Down

0 comments on commit 0089e09

Please sign in to comment.