fix recipe collision
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user