fix banana split warning
This commit is contained in:
parent
4812aa5634
commit
e4e9e10ff2
1 changed files with 1 additions and 2 deletions
|
|
@ -686,8 +686,7 @@ function registerTFGFoodRecipes(event) {
|
||||||
processorRecipe("banana_split", 500, 16, {
|
processorRecipe("banana_split", 500, 16, {
|
||||||
itemInputs: ['firmalife:food/vanilla_ice_cream', 'firmalife:food/strawberry_ice_cream', 'firmalife:food/chocolate_ice_cream', 'firmalife:food/pineapple', 'tfc:food/cherry', '2x tfc:food/banana'],
|
itemInputs: ['firmalife:food/vanilla_ice_cream', 'firmalife:food/strawberry_ice_cream', 'firmalife:food/chocolate_ice_cream', 'firmalife:food/pineapple', 'tfc:food/cherry', '2x tfc:food/banana'],
|
||||||
itemOutputs: ['2x firmalife:food/banana_split'],
|
itemOutputs: ['2x firmalife:food/banana_split'],
|
||||||
itemOutputProvider: TFC.isp.of('2x firmalife:food/banana_split').resetFood(),
|
itemOutputProvider: TFC.isp.of('2x firmalife:food/banana_split').resetFood()
|
||||||
circuit: 4
|
|
||||||
})
|
})
|
||||||
|
|
||||||
processorRecipe("butter", 300, 16, {
|
processorRecipe("butter", 300, 16, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue