Sorta fixed the basil leaves food processor recipe and also fixed the food processor shredded cheese scam (#1940)

This commit is contained in:
The Compendium System / The Atlassian Collective 2025-10-01 18:33:40 +02:00 committed by GitHub
parent 031ffffa62
commit cddc6683db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -658,14 +658,15 @@ function registerTFGFoodRecipes(event) {
itemInputs: ['#firmalife:foods/cheeses'],
itemOutputs: ['4x firmalife:food/shredded_cheese'],
circuit: 30,
itemOutputProvider: TFC.isp.of('firmalife:food/shredded_cheese').copyFood()
itemOutputProvider: TFC.isp.of('4x firmalife:food/shredded_cheese').copyFood()
})
processorRecipe("basil", 20, 16, {
itemInputs: ['firmalife:plant/basil'],
itemOutputs: ['2x firmalife:spice/basil_leaves'],
circuit: 30
})
circuit: 30,
itemOutputProvider: TFC.isp.of('2x firmalife:spice/basil_leaves').resetFood()
})
// Ice cream
processorRecipe("vanilla_ice_cream", 300, 16, {