From af60021b36e2d2f1528bc99fa601059c77b069de Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 30 Oct 2022 13:35:24 -0700 Subject: Remove coconut milk as a component of dehydrated fruit. --- json/recipes/food/dry.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 json/recipes/food/dry.json (limited to 'json') diff --git a/json/recipes/food/dry.json b/json/recipes/food/dry.json new file mode 100644 index 0000000..5c500dd --- /dev/null +++ b/json/recipes/food/dry.json @@ -0,0 +1,17 @@ +[ + { + "type": "recipe", + "result": "dry_fruit", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_DRY", + "skill_used": "cooking", + "difficulty": 2, + "time": "40 m", + "autolearn": true, + "batch_time_factors": [ 80, 1 ], + "tools": [ [ [ "dehydrator", 25 ], [ "char_smoker", 25 ] ] ], + "components": [ + [ [ "sweet_fruit", 1, "LIST" ], [ "coconut", 1 ] ] + ] + } +] -- cgit v1.2.1