commit: 9c9eff1b553666a392eb40433afee7a0ab24eefb
parent 3c6a3558153b4b68a788ec61b8895ec147de5b4c
Author: rekkabell <rekkabell@gmail.com>
Date: Fri, 14 Feb 2025 21:16:25 -0800
*
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/recipes.c b/src/recipes.c
@@ -17,12 +17,12 @@ add_serving(&anise_bread_with_sweet_pear_sauce_bread, &soy_milk, "150 ml");
add_part(&anise_bread_with_sweet_pear_sauce, &anise_bread_with_sweet_pear_sauce_bread);
RecipePart anise_bread_with_sweet_pear_sauce_sauce = create_part("sauce");
add_instruction(&anise_bread_with_sweet_pear_sauce_sauce, "Cut your <a href='bosc_pear.html'>bosc pear</a> into cubes.");
-add_instruction(&anise_bread_with_sweet_pear_sauce_sauce, "Heat a pan at medium heat, add <i>15 ml (1 tbsp)</i> of <a href='canola_oil.html'>canola oil</a>. Once hot, add <i>15 g (1 tbsp)</i> of <a href='granulated_sugar.html'>sugar</a> and <i>15 ml (1 tbsp)</i> of <a href='maple_syrup.html'>maple syrup</a>.");
+add_instruction(&anise_bread_with_sweet_pear_sauce_sauce, "Heat a pan at medium heat, add <i>15 g (1 tbsp)</i> of <a href='vegan_butter.html'>vegan butter</a>(or some neutral vegetable oil). Once melted(or hot, if using oil), add <i>15 g (1 tbsp)</i> of <a href='granulated_sugar.html'>sugar</a> and <i>15 ml (1 tbsp)</i> of <a href='maple_syrup.html'>maple syrup</a>.");
add_instruction(&anise_bread_with_sweet_pear_sauce_sauce, "Once it starts to boil, add the cubed <a href='bosc_pear.html'>bosc pear</a> and lower the heat. Let it bathe in the sweet mixture for <u>3-5 minutes</u>.");
add_instruction(&anise_bread_with_sweet_pear_sauce_sauce, "Pour the sauce over the 2 mini loaves, bake for <u>30 minutes</u>.");
add_instruction(&anise_bread_with_sweet_pear_sauce_sauce, "Let cool and serve!");
add_serving(&anise_bread_with_sweet_pear_sauce_sauce, &bosc_pear, "1");
-add_serving(&anise_bread_with_sweet_pear_sauce_sauce, &canola_oil, "15 ml");
+add_serving(&anise_bread_with_sweet_pear_sauce_sauce, &vegan_butter, "15 g");
add_serving(&anise_bread_with_sweet_pear_sauce_sauce, &granulated_sugar, "15 g");
add_serving(&anise_bread_with_sweet_pear_sauce_sauce, &maple_syrup, "15 ml");
add_part(&anise_bread_with_sweet_pear_sauce, &anise_bread_with_sweet_pear_sauce_sauce);