From 582bb3e06f6cf7745f0666b37bb834d98ec93541 Mon Sep 17 00:00:00 2001 From: GameStar <56610486+BlueBoat29@users.noreply.github.com> Date: Wed, 10 Sep 2025 21:26:07 -0500 Subject: [PATCH] Somebody did an oopsie (#1794) Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --- kubejs/server_scripts/tfg/recipes.food.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index ab85b700f..3ea491a13 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -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() })