fixes 1478
This commit is contained in:
parent
f0f160add0
commit
743b34b7b2
1 changed files with 18 additions and 0 deletions
|
|
@ -470,6 +470,24 @@ function registerTFGFoodRecipes(event) {
|
|||
})
|
||||
})
|
||||
|
||||
global.FIRMALIFE_JAMS.forEach(name => {
|
||||
processorRecipe(`${name}_jam`, 200, 8, {
|
||||
circuit: 15,
|
||||
itemInputs: [`4x firmalife:food/${name}`, "#tfg:sugars", "4x #tfc:empty_jar_with_lid"],
|
||||
fluidInputs: ['#tfg:clean_water 100'],
|
||||
itemOutputs: [`4x firmalife:jar/${name}`],
|
||||
itemOutputProvider: TFC.isp.of(`4x firmalife:jar/${name}`).copyFood()
|
||||
})
|
||||
|
||||
processorRecipe(`${name}_jam_no_seal`, 200, 8, {
|
||||
circuit: 16,
|
||||
itemInputs: [`4x firmalife:food/${name}`, "#tfg:sugars", "4x tfc:empty_jar"],
|
||||
fluidInputs: ['#tfg:clean_water 100'],
|
||||
itemOutputs: [`4x firmalife:jar/${name}_unsealed`],
|
||||
itemOutputProvider: TFC.isp.of(`4x firmalife:jar/${name}_unsealed`).copyFood()
|
||||
})
|
||||
})
|
||||
|
||||
cookingRecipe("pasta", "firmalife:food/raw_egg_noodles", "firmalife:food/cooked_pasta", "#tfg:clean_water 100")
|
||||
|
||||
cookingRecipe("corn_tortilla", "firmalife:food/masa", "firmalife:food/corn_tortilla")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue