Multiple changes and improvements
* Base and NicotineBase separated * Importer bugfixed * Mixer improved
This commit is contained in:
9
tests/data/recipe1.json
Normal file
9
tests/data/recipe1.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"recipe": "Recipe 1",
|
||||
"author": "Noccy",
|
||||
"tags": [ "foo", "bar" ],
|
||||
"ingredients": [
|
||||
{ "flavor":"Flavor A", "brand":"Brand A", "percent":3 },
|
||||
{ "flavor":"Flavor B", "brand":"Brand B", "percent":2 }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user