From 044e8666d24a72437712512c9ed5da43042b62f1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 23 Dec 2024 13:14:03 +0100 Subject: fix pizza combine operation --- data/recipes/default.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/recipes/default.js') diff --git a/data/recipes/default.js b/data/recipes/default.js index 74dc0895..1389aea3 100644 --- a/data/recipes/default.js +++ b/data/recipes/default.js @@ -240,10 +240,10 @@ const dough = process(flour.tr(FP)).as("dough").tr() // Pizza const pizza_dough = roll(dough) edible_hot( - bake(merge(pizza_dough, tomato_juice, cut(cheese), cut(mushroom))).tr(PL), - bake(merge(pizza_dough, patty, cut(cheese))).tr(PL), - bake(merge(pizza_dough, tomato_juice, cut(cheese))).tr(PL), - bake(merge(pizza_dough, patty, leek)).tr(PL), + bake(combine(pizza_dough, tomato_juice, cut(cheese), cut(mushroom))).tr(PL), + bake(combine(pizza_dough, patty, cut(cheese))).tr(PL), + bake(combine(pizza_dough, tomato_juice, cut(cheese))).tr(PL), + bake(combine(pizza_dough, patty, leek)).tr(PL), ) // Bowl -- cgit v1.2.3-70-g09d2