From f8f7de77e0f5380cbd014ef333f4223e35c1a2d0 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 8 Sep 2025 14:31:52 +0100 Subject: [PATCH] fix methanol recipe conflict #1731 --- CHANGELOG.md | 1 + kubejs/server_scripts/tfg/recipes.miscellaneous.js | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 698e6a614..9defe39c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - Prospector picks can be placed on tool racks and interact with most inventory's again. @Redeix - Fixed some of the more obvious dupes while we wait for a GregTech to do them properly (#1576) @Pyritie - Fixed not being able to use buzzsaws (and chainsaws) to cut things into lumber (#1685) @Pyritie +- Fixed recipe conflict with dimethyl carbonate, acetic acid, and formaldehyde (#1731) @Pyritie ### Translation updates - Chinese (simplified) @jmecn & @CN059 - Russian @Dl, @Kostabl, @Turikar42, & @But3r diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index 16f97a4cd..a3e452013 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -1151,6 +1151,7 @@ function registerTFGMiscellaneousRecipes(event) { .inputFluids(Fluid.of('gtceu:carbon_monoxide', 1000), Fluid.of('gtceu:oxygen', 500), Fluid.of('gtceu:methanol', 2000)) .outputFluids(Fluid.of('tfg:dimethyl_carbonate', 1000), Fluid.of('minecraft:water', 1000)) .duration(120) + .circuit(3) .EUt(GTValues.VA[GTValues.HV]) event.recipes.gtceu.chemical_reactor('tfg:methyl_phenylcarbamate_synthesis') .inputFluids(Fluid.of('tfg:aniline', 1000), Fluid.of('tfg:dimethyl_carbonate', 1000)) @@ -1175,6 +1176,9 @@ function registerTFGMiscellaneousRecipes(event) { .itemOutputs('tfg:aes_polyurethane') .duration(80) .EUt(GTValues.VA[GTValues.IV]) + + addCircuitToRecipe(event, 'gtceu:chemical_reactor/formaldehyde', 2) + addCircuitToRecipe(event, 'gtceu:chemical_reactor/acetic_acid_from_methanol', 1) //endregion //Aerogel