additional pineapple fiber recipe (#2029)

* additional pineapple fiber recipe

* typo

* use food processor & use nitrogen
This commit is contained in:
Jason Nash 2025-10-15 21:08:34 +01:00 committed by GitHub
parent 3566aef9ed
commit 176cc3c9c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -247,6 +247,14 @@ function registerTFGFoodRecipes(event) {
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
//#region ================= Dairy =================