logo

Grimgrains

Unnamed repository; edit this file 'description' to name the repository.
commit: ab2bc37ccbce12789088cd4cdbb99ada6b40bd6f
parent 2b8db259de5f150899a83dcd0b525e900d4104f9
Author: rekkabell <rekkabell@gmail.com>
Date:   Tue, 31 Dec 2019 18:57:50 -0500

new ingredients

Diffstat:

Msrc/ingredients.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ingredients.c b/src/ingredients.c @@ -207,7 +207,7 @@ Ingredient papaya = create_ingredient("papaya", "Papayas, or <b>pawpaw</b>, are Ingredient pomegranate = create_ingredient("pomegranate", "Pomegranates come from the <b>Punica granatum</b>, a fruit-bearing shrub (botanically a berry). Pomegranates can range in color from pink, white, yellow and purple, the most common being the red variety. It is estimated that there are some 500 different cultivars of Pomegranate grown world-wide."); -Ingredient pomegranate_seeds = create_child_ingredient(&pomegranate, "pomegranate seeds", "The inside of the pomegranate fruit is filled with seeds, technically called <b>arils</b>. Pomegranate arils are a source of <b>vitamin C</b>.<b>How to extract the arils</b>: Score it with a knife to break it open. The seeds are separated from the peel and internal white pulp membranes. Separating the seeds is easier in a bowl of water because the seeds sink and the inedible pulp floats. The seeds may simply be eaten raw as a snack or added into salads, relishes, garnishes or <a href='#Chili_pomegranate_brownies.html'>desserts</a>.<br /><br />"); +Ingredient pomegranate_seeds = create_child_ingredient(&pomegranate, "pomegranate seeds", "The inside of the pomegranate fruit is filled with seeds, technically called <b>arils</b>. Pomegranate arils are a source of <b>vitamin C</b>.<br /><br /><b>How to extract the arils</b>: Score it with a knife to break it open. The seeds are separated from the peel and internal white pulp membranes. Separating the seeds is easier in a bowl of water because the seeds sink and the inedible pulp floats. The seeds may simply be eaten raw as a snack or added into salads, relishes, garnishes or <a href='#Chili_pomegranate_brownies.html'>desserts</a>.<br /><br />"); Ingredient pomegranate_juice = create_child_ingredient(&pomegranate, "pomegranate juice", "Pomegranate juice is extracted from the arils (seeds) of the fruit of the pomegranate. The juice is very flavorful on its own, it can be sweet or sour, but most fruits are moderate in taste. The juice can be reduced down into pomegranate molasses or fermented into pomegranate vinegar.<br /><br />");