From 8b28f2d65208f6a235f984ccc1ca22679337f573 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 10 Jan 2026 00:39:38 +0000 Subject: [PATCH] pizza unification --- kubejs/server_scripts/tfg/food/recipes.food.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfg/food/recipes.food.js b/kubejs/server_scripts/tfg/food/recipes.food.js index 65e4ae52e..e0b93f905 100644 --- a/kubejs/server_scripts/tfg/food/recipes.food.js +++ b/kubejs/server_scripts/tfg/food/recipes.food.js @@ -701,7 +701,7 @@ function registerTFGFoodRecipes(event) { //#region Pizza - global.processorRecipe(event, "pizza_no_extra", 600, 16, { + global.processorRecipe(event, "pizza_no_extra", 600, GTValues.VHA[GTValues.MV], { circuit: 3, itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese"], itemOutputs: ["firmalife:food/raw_pizza"],