From 493e81160bfddc7fdf74fa31c0beb64e4f3e3d79 Mon Sep 17 00:00:00 2001 From: Oliver Warlow <52298102+revilowaldow@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:06:04 +0000 Subject: [PATCH] add a quick recipe to satisfy the test --- ...llancz; The Witcher Official Cookbook.json | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/recipe/Gollancz; The Witcher Official Cookbook.json b/recipe/Gollancz; The Witcher Official Cookbook.json index e11a6d07a8..8d24242a9d 100644 --- a/recipe/Gollancz; The Witcher Official Cookbook.json +++ b/recipe/Gollancz; The Witcher Official Cookbook.json @@ -962,5 +962,65 @@ "source": "TWOC" } } + ], + "recipe": [ + { + "name": "Zerrikanian Spice Blend", + "source": "TWOC", + "page": 41, + "type": "White Orchard", + "diet": "V", + "allergenGroups": [ + "gluten" + ], + "makes": "about 2 tbsp", + "ingredients": [ + { + "type": "ingredient", + "entry": "{=amount1/v} tbsp ground cinnamon", + "amount1": 1 + }, + { + "type": "ingredient", + "entry": "{=amount1/v} tsp ground cloves", + "amount1": 1.5 + }, + { + "type": "ingredient", + "entry": "{=amount1/v} tsp ground ginger", + "amount1": 1 + }, + { + "type": "ingredient", + "entry": "{=amount1/v} pinches ground nutmeg (optional)", + "amount1": 2 + }, + { + "type": "ingredient", + "entry": "{=amount1/v} pinch freshly ground black pepper (optional)", + "amount1": 1 + }, + { + "type": "ingredient", + "entry": "{=amount1/v} pinch ground cardamom (optional)", + "amount1": 1 + }, + { + "type": "ingredient", + "entry": "{=amount1/v} pinch ground allspice (optional)", + "amount1": 1 + } + ], + "instructions": [ + "In a small bowl, combine all the spices and, using a fork, mix well.", + "Transfer to an airtight container and store in a cool, dry place for up to 1 month." + ], + "fluff": { + "_recipeFluff": { + "name": "Zerrikanian Spice Blend", + "source": "TWOC" + } + } + } ] }