Skip to content

Commit f1e6a95

Browse files
committed
make NaOH not power positive, change cumene to consume H3PO4
1 parent b37cdf2 commit f1e6a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/gregtech/loaders/recipe/chemistry/ReactorRecipes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public static void init() {
334334
.fluidInputs(Water.getFluid(1000))
335335
.output(dust, SodiumHydroxide, 3)
336336
.fluidOutputs(Hydrogen.getFluid(1000))
337-
.duration(40).EUt(8).buildAndRegister();
337+
.duration(80).EUt(30).buildAndRegister();
338338

339339
CHEMICAL_RECIPES.recipeBuilder()
340340
.notConsumable(new IntCircuitIngredient(1))
@@ -611,7 +611,7 @@ public static void init() {
611611
.buildAndRegister();
612612

613613
CHEMICAL_RECIPES.recipeBuilder()
614-
.notConsumable(PhosphoricAcid.getFluid(0))
614+
.fluidInputs(PhosphoricAcid.getFluid(1000))
615615
.fluidInputs(Benzene.getFluid(8000))
616616
.fluidInputs(Propene.getFluid(8000))
617617
.fluidOutputs(Cumene.getFluid(8000))

0 commit comments

Comments
 (0)