oh so that's why

This commit is contained in:
Pyritie 2025-06-17 19:29:19 +01:00
parent 914a82a68a
commit 54da8a20e5
2 changed files with 5 additions and 13 deletions

View file

@ -473,11 +473,11 @@ const registerFirmaLifeRecipes = (event) => {
global.MINECRAFT_DYE_NAMES.forEach(dye => {
event.recipes.firmalife.vat()
.inputs(`#forge:dyes/${dye}`, Fluid.of('tfc:salt_water', 250))
.outputFluid(Fluid.of(`tfc:${dye}_dye`, 144))
.length(2000)
.temperature(600)
.id(`firmalife:vat/${dye}_dye`)
.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`)
})
//#endregion

View file

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