Somebody did an oopsie (#1794)

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
GameStar 2025-09-10 21:26:07 -05:00 committed by GitHub
parent e73f06aee2
commit 582bb3e06f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -560,7 +560,7 @@ function registerTFGFoodRecipes(event) {
processorRecipe("tomato_sauce", 300, 8, {
circuit: 1,
itemInputs: ['tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic'],
fluidInputs: ['tfg:clean_water 200'],
fluidInputs: ['#tfg:clean_water 200'],
itemOutputs: ['5x firmalife:food/tomato_sauce'],
itemOutputProvider: TFC.isp.of('5x firmalife:food/tomato_sauce').copyOldestFood()
})