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 => {
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue