From 125a6fc2938de8d91e773ebf5ceb0991e9593b75 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 8 Aug 2025 17:24:50 +0100 Subject: [PATCH] once again I break the modpack by committing on my lunch break, thanks krazh --- kubejs/server_scripts/tfg/recipes.food.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index 99755c05a..6de3fd8c3 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -740,7 +740,7 @@ function registerTFGFoodRecipes(event) { }) processorRecipe("cured_maize", 300, 8, { - circuit: 1 + circuit: 1, itemInputs: ["tfc:food/maize_grain"], inputFluids: [Fluid.of('tfc:limewater', 100)], itemOutputs: ["firmalife:food/cured_maize"], @@ -748,7 +748,7 @@ function registerTFGFoodRecipes(event) { }) processorRecipe("soy_mixture", 300, 8, { - circuit: 1 + circuit: 1, itemInputs: ["tfc:food/soybean", 'tfc:powder/salt'], fluidInputs: ['#tfg:clean_water 50'], itemOutputs: ["firmalife:food/soy_mixture"],