oh so that's why
This commit is contained in:
parent
914a82a68a
commit
54da8a20e5
2 changed files with 5 additions and 13 deletions
|
|
@ -139,14 +139,6 @@ function registerTFCDyeRecipes(event) {
|
|||
.id(`tfc:pot/${i}x_${dyeName}_dye`)
|
||||
}
|
||||
|
||||
event.remove({ id: `firmalife:vat/${dyeName}_dye` })
|
||||
event.recipes.firmalife.vat()
|
||||
.inputs(`#forge:dyes/${dyeName}`, Fluid.of('tfc:vinegar', 250))
|
||||
.outputFluid(Fluid.of(`tfc:${dyeName}_dye`, 144))
|
||||
.length(100)
|
||||
.temperature(200)
|
||||
.id(`firmalife:vat/${dyeName}_dye_vinegar`)
|
||||
|
||||
event.recipes.gtceu.chemical_reactor(`chemical_dye_${dyeName}_acetic`)
|
||||
.itemInputs(`#forge:dyes/${dyeName}`)
|
||||
.inputFluids(Fluid.of('gtceu:acetic_acid', 250))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue