add food proc recipe for cocoa butter, fix #2287
This commit is contained in:
parent
657f626a12
commit
a09aa72fa7
4 changed files with 12 additions and 1 deletions
|
|
@ -821,11 +821,19 @@ function registerTFGFoodRecipes(event) {
|
|||
})
|
||||
|
||||
processorRecipe("cocoa_dust", 100, 4, {
|
||||
circuit: 1,
|
||||
itemInputs: ["firmalife:food/roasted_cocoa_beans"],
|
||||
itemOutputs: ["gtceu:cocoa_dust"],
|
||||
itemOutputProvider: TFC.isp.of("gtceu:cocoa_dust")
|
||||
})
|
||||
|
||||
processorRecipe("cocoa_butter", 100, 4, {
|
||||
circuit: 2,
|
||||
itemInputs: ["firmalife:food/roasted_cocoa_beans"],
|
||||
itemOutputs: ["firmalife:food/cocoa_butter"],
|
||||
itemOutputProvider: TFC.isp.of("firmalife:food/cocoa_butter")
|
||||
})
|
||||
|
||||
processorRecipe("red_grapes", 50, 8, {
|
||||
itemInputs: ["firmalife:food/red_grapes"],
|
||||
itemOutputs: ["firmalife:food/smashed_red_grapes"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue