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')