additional pineapple fiber recipe (#2029)
* additional pineapple fiber recipe * typo * use food processor & use nitrogen
This commit is contained in:
parent
3566aef9ed
commit
176cc3c9c9
1 changed files with 8 additions and 0 deletions
|
|
@ -247,6 +247,14 @@ function registerTFGFoodRecipes(event) {
|
||||||
cookingRecipe(item.name, item.input, item.output, undefined, true)
|
cookingRecipe(item.name, item.input, item.output, undefined, true)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Pineapple fiber
|
||||||
|
processorRecipe("firmalife:crafting/pineapple_fiber", 300, 16, {
|
||||||
|
circuit: 3,
|
||||||
|
itemInputs: ["firmalife:food/pineapple"],
|
||||||
|
fluidInputs: [Fluid.of('gtceu:nitrogen', 100)],
|
||||||
|
itemOutputs: ["firmalife:pineapple_fiber"]
|
||||||
|
})
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region ================= Dairy =================
|
//#region ================= Dairy =================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue