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