File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/gregtech/loaders/recipe/chemistry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ))
You can’t perform that action at this time.
0 commit comments