From 316b116af5732ccc1e85a6a2ad7eeefe42befb70 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 17:30:46 +0100 Subject: [PATCH] comments --- kubejs/server_scripts/tfg/recipes.food.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index a8952a223..b928b0944 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -260,6 +260,7 @@ function registerTFGFoodRecipes(event) { itemOutputProvider: TFC.isp.of('2x firmalife:food/milk_chocolate_blend').resetFood(), }) + // TODO: this has nutrition dynamically set in the pot recipe, can we do that here? processorRecipe(`egg_noodles_from_${milkID}`, 50, 8, { circuit: 6, itemInputs: ["#tfc:foods/flour", 'tfc:powder/salt', '#forge:eggs'], @@ -661,6 +662,7 @@ function registerTFGFoodRecipes(event) { //#endregion + // Tweaks to the machine crafts that are more annoying to do in java event.replaceInput({id: 'gtceu:shaped/lv_food_processor'}, 'gtceu:lv_electric_piston', 'gtceu:steel_whisk') event.replaceInput({id: 'gtceu:shaped/mv_food_processor'}, 'gtceu:mv_electric_piston', 'gtceu:aluminium_whisk') event.replaceInput({id: 'gtceu:shaped/hv_food_processor'}, 'gtceu:hv_electric_piston', 'gtceu:stainless_steel_whisk')