diff --git a/recipes/recipes.json b/recipes/recipes.json index 1385a43..9e26dfe 100644 --- a/recipes/recipes.json +++ b/recipes/recipes.json @@ -1,65 +1 @@ -{ - "3": { - "quantity": "2", - "name": "Sourdough", - "ingredients": { - "AP Flour": 800, - "WW Flour": 200, - "Water": 700, - "Salt": 20, - "Yeast": 0, - "Starter": 50 - } - }, - "7": { - "quantity": "5", - "name": "Sourdough * 2.5", - "ingredients": { - "AP Flour": 2000, - "WW Flour": 500, - "Water": 1750, - "Salt": 50, - "Yeast": 0, - "Starter": 125 - } - }, - "0": { - "quantity": "4", - "name": "Whole Wheat", - "ingredients": { - "AP Flour": 500, - "WW Flour": 500, - "Rye Flour": 0, - "Water": 800, - "Salt": 23, - "Yeast": 15, - "Starter": 0 - } - }, - "1": { - "quantity": "2", - "name": "Whole Wheat * 0.5", - "ingredients": { - "AP Flour": 250, - "WW Flour": 250, - "Rye Flour": 0, - "Water": 400, - "Salt": 12, - "Yeast": 8, - "Starter": 0 - } - }, - "2": { - "quantity": "1", - "name": "Sandwich", - "ingredients": { - "AP Flour": 400, - "WW Flour": 0, - "Rye Flour": 100, - "Water": 300, - "Salt": 15, - "Yeast": 0, - "Starter": 12 - } - } -} \ No newline at end of file +{} \ No newline at end of file