fix recipe collision

This commit is contained in:
Pyritie 2025-10-18 01:29:55 +01:00
parent b3fdbd1571
commit 47a5799f3f
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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