dyes
This commit is contained in:
parent
ddf9851a42
commit
1cc0aafa45
2 changed files with 2 additions and 2 deletions
|
|
@ -470,7 +470,7 @@ const registerFirmaLifeRecipes = (event) => {
|
|||
|
||||
//#region Replace existing dyes
|
||||
|
||||
global.MINECRAFT_DYE_NAMES.forEach(dye => {
|
||||
global.MINECRAFT_DYE_NAMES.forEach(dyeName => {
|
||||
|
||||
event.recipes.firmalife.vat()
|
||||
.inputs(`#forge:dyes/${dyeName}`, Fluid.of('tfc:vinegar', 250))
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ function registerTFCDyeRecipes(event) {
|
|||
|
||||
event.recipes.gtceu.chemical_reactor(`chemical_dye_${dyeName}_acetic`)
|
||||
.itemInputs(`#forge:dyes/${dyeName}`)
|
||||
.inputFluids(Fluid.of('gtceu:acetic_acid', 250))
|
||||
.inputFluids(Fluid.of('gtceu:acetic_acid', 250), Fluid.of('minecraft:water', 1000))
|
||||
.outputFluids(Fluid.of(`tfc:${dyeName}_dye`, 144 * 3))
|
||||
.duration(15 * 20)
|
||||
.EUt(24)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue