Update recipes.miscellaneous.js (#2096)

Polycap and phantom string and fabric was on circuit 0 with zero reason

Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru>
This commit is contained in:
SverhRazum-Nah 2025-10-24 23:11:31 +03:00 committed by GitHub
parent 33c00b0575
commit b33ace70c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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