File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
docs/content/Modpacks/Changes
src/main/java/com/gregtechceu/gtceu/data/recipe/serialized/chemistry Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : " Version 7.3.0"
3+ ---
4+
5+
6+ # Updating from ` 7.2.1 ` to ` 7.3.0 `
7+
8+ ## Diluted Sulfuric and Hydrochloric Acid
9+
10+ Previously, Distilling Diluted H2SO4 and HCl back into usable acid was done on Circuit 1 for H2SO4 but on Circuit 2 for
11+ HCl. These have been unified to both use Circuit 1. This will (very mildly) break existing bases.
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ public static void init(Consumer<FinishedRecipe> provider) {
2121
2222 DISTILLATION_RECIPES .recipeBuilder ("distill_dilute_hcl" )
2323 .inputFluids (DilutedHydrochloricAcid .getFluid (2000 ))
24- .outputFluids (Water .getFluid (1000 ))
2524 .outputFluids (HydrochloricAcid .getFluid (1000 ))
25+ .outputFluids (Water .getFluid (1000 ))
2626 .duration (600 ).EUt (64 ).save (provider );
2727
2828 DISTILLATION_RECIPES .recipeBuilder ("distill_dilute_sulfuric" )
You can’t perform that action at this time.
0 commit comments