portar and mestle recipes for soybean/olive paste, salt, and melting recipes for tfc metal powders
This commit is contained in:
parent
743b34b7b2
commit
5c6ecefa9a
3 changed files with 75 additions and 29 deletions
|
|
@ -517,6 +517,18 @@ function registerTFGFoodRecipes(event) {
|
|||
'#forge:tools/mortars'
|
||||
]).id(`tfg:mortar/masa_flour`)
|
||||
|
||||
event.recipes.tfc.advanced_shapeless_crafting(
|
||||
TFC.isp.of(`4x firmalife:food/soybean_paste`).copyFood(), [
|
||||
TFC.ingredient.notRotten(`firmalife:food/dehydrated_soybeans`),
|
||||
'#forge:tools/mortars'
|
||||
]).id(`tfg:mortar/soybean_paste`)
|
||||
|
||||
event.recipes.tfc.advanced_shapeless_crafting(
|
||||
TFC.isp.of(`2x tfc:olive_paste`).copyFood(), [
|
||||
TFC.ingredient.notRotten(`tfc:food/olive`),
|
||||
'#forge:tools/mortars'
|
||||
]).id(`tfg:mortar/olive_paste`)
|
||||
|
||||
processorRecipe('firmalife_masa', 300, 2, {
|
||||
circuit: 3,
|
||||
itemInputs: ["firmalife:food/masa_flour"],
|
||||
|
|
@ -857,6 +869,9 @@ function registerTFGFoodRecipes(event) {
|
|||
.itemOutput('tfg:food/ice_soup')
|
||||
.id('tfg:pot/ice_soup')
|
||||
|
||||
event.shapeless('4x tfc:powder/salt', ['#forge:dusts/salt', '#forge:tools/mortars'])
|
||||
.id(`tfg:mortar/salt`)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Heating recipes for new foods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue