Skip to content

Commit

Permalink
make NaOH not power positive, change cumene to consume H3PO4
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Aug 10, 2021
1 parent b37cdf2 commit f1e6a95
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public static void init() {
.fluidInputs(Water.getFluid(1000))
.output(dust, SodiumHydroxide, 3)
.fluidOutputs(Hydrogen.getFluid(1000))
.duration(40).EUt(8).buildAndRegister();
.duration(80).EUt(30).buildAndRegister();

CHEMICAL_RECIPES.recipeBuilder()
.notConsumable(new IntCircuitIngredient(1))
Expand Down Expand Up @@ -611,7 +611,7 @@ public static void init() {
.buildAndRegister();

CHEMICAL_RECIPES.recipeBuilder()
.notConsumable(PhosphoricAcid.getFluid(0))
.fluidInputs(PhosphoricAcid.getFluid(1000))
.fluidInputs(Benzene.getFluid(8000))
.fluidInputs(Propene.getFluid(8000))
.fluidOutputs(Cumene.getFluid(8000))
Expand Down

0 comments on commit f1e6a95

Please sign in to comment.