summaryrefslogtreecommitdiff
path: root/data/storage/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'data/storage/recipes')
-rw-r--r--data/storage/recipes/0/text8
-rw-r--r--data/storage/recipes/1/text2
2 files changed, 5 insertions, 5 deletions
diff --git a/data/storage/recipes/0/text b/data/storage/recipes/0/text
index aeee825..b0adef8 100644
--- a/data/storage/recipes/0/text
+++ b/data/storage/recipes/0/text
@@ -6,15 +6,15 @@
{
"text":"Prepare vegetables.",
"ingredients":[
- {"type":"carrot", "amount":"3 pieces"},
- {"type":"tomato", "amount":250}
+ {"amount":3, "unit":"pieces", "type":"carrot"},
+ {"amount":250, "unit":"g", "type":"tomato"}
]
},
{
"text":"Cook those vegetables",
"ingredients":[
- {"type":"water", "amount":null},
- {"type":"salt", "amount":null}
+ {"amount":0, "unit":"", "type":"water"},
+ {"amount":0, "unit":"", "type":"salt"}
]
}
]
diff --git a/data/storage/recipes/1/text b/data/storage/recipes/1/text
index d082bf7..1c4acb8 100644
--- a/data/storage/recipes/1/text
+++ b/data/storage/recipes/1/text
@@ -6,7 +6,7 @@
{
"text":"Bake the frozen pizza!",
"ingredients":[
- {"type":"pizza", "amount":"4 pieces"}
+ {"amount":4, "unit":"pieces", "type":"pizza"}
]
}
]