Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
14e4473eef
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)
|
||||
})
|
||||
|
||||
// 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 =================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue