From 47a5799f3f8dedcb7d0686f3f4e975e3d378818c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 18 Oct 2025 01:29:55 +0100 Subject: [PATCH] fix recipe collision --- CHANGELOG.md | 1 + kubejs/startup_scripts/gtceu/constants.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c035fb0d1..4a8b9b698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Added beer battered dinosaur nuggets, made from real dinosaur and real beer @Pyritie - Added create packages/jars back to JEI so you can use them in filters, and added a tag for all jars (#2044) @Nashy1232 ### Bug fixes +- Added circuit numbers to the Formic Acid and Ammonium Chloride chemical reactor recipes @Pyritie ### Translation updates ## [0.11.3] - 15-10-2025 diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 23d3f4553..ec92a2208 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -380,6 +380,8 @@ global.ORE_BEARING_STONES = /** @type {const} */ ([ global.ADD_CIRCUIT = /** @type {const} */ ([ { recipeId: "gtceu:chemical_reactor/tetrafluoroethylene_from_chloroform", circuitNumber: 1 }, { recipeId: "gtceu:chemical_reactor/hydrofluoric_acid_from_elements", circuitNumber: 2 }, + { recipeId: "gtceu:chemical_reactor/formic_acid", circuitNumber: 1 }, + { recipeId: "gtceu:chemical_reactor/sodium_bicarbonate_from_salt", circuitNumber: 2 } ]); //#endregion