From b33ace70c74abbee7776c9ba617b4e714464323f Mon Sep 17 00:00:00 2001 From: SverhRazum-Nah Date: Fri, 24 Oct 2025 23:11:31 +0300 Subject: [PATCH] Update recipes.miscellaneous.js (#2096) Polycap and phantom string and fabric was on circuit 0 with zero reason Signed-off-by: SverhRazum-Nah --- kubejs/server_scripts/tfg/recipes.miscellaneous.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index 3c2773af2..dcdad331e 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -341,28 +341,26 @@ function registerTFGMiscellaneousRecipes(event) { .itemInputs('1x minecraft:phantom_membrane') .itemOutputs('16x tfg:phantom_thread') .duration(100) - .circuit(0) .EUt(GTValues.VA[GTValues.ULV]) event.recipes.gtceu.wiremill('tfg:wiremill/polycaprolactam_string') .itemInputs(ChemicalHelper.get(TagPrefix.ingot, GTMaterials.Polycaprolactam, 1)) .itemOutputs('32x tfg:polycaprolactam_string') .duration(100) - .circuit(0) .EUt(GTValues.VA[GTValues.ULV]) event.recipes.gtceu.assembler('tfg:assembler/phantom_silk') .itemInputs('16x tfg:phantom_thread') .itemOutputs('1x tfg:phantom_silk') .duration(100) - .circuit(0) + .circuit(3) .EUt(GTValues.VA[GTValues.ULV]) event.recipes.gtceu.assembler('tfg:assembler/polycaprolactam_fabric') .itemInputs('16x tfg:polycaprolactam_string') .itemOutputs('1x tfg:polycaprolactam_fabric') .duration(100) - .circuit(0) + .circuit(3) .EUt(GTValues.VA[GTValues.ULV]) event.recipes.gtceu.chemical_bath('tfg:chemical_bath/bleaching/polycaprolactam_string')