oh so that's why
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user