From e4e9e10ff2781dd8651d1c939112f0717b29ec0e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 23 Aug 2025 22:06:32 +0100 Subject: [PATCH] fix banana split warning --- kubejs/server_scripts/tfg/recipes.food.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index da3ff0b5d..7d8148cd1 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -686,8 +686,7 @@ function registerTFGFoodRecipes(event) { 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'], itemOutputs: ['2x firmalife:food/banana_split'], - itemOutputProvider: TFC.isp.of('2x firmalife:food/banana_split').resetFood(), - circuit: 4 + itemOutputProvider: TFC.isp.of('2x firmalife:food/banana_split').resetFood() }) processorRecipe("butter", 300, 16, {