From cd8940959ba2224a5fa4042584e921cecbbabcf4 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Mon, 22 Feb 2021 16:23:41 -0800
Subject: Allow food processor for human bone meal

---
 json/recipes/recipe_food.json | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

(limited to 'json/recipes')

diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json
index 2c5702e..91e9af2 100644
--- a/json/recipes/recipe_food.json
+++ b/json/recipes/recipe_food.json
@@ -583,5 +583,19 @@
       [ [ "tomato", 1 ], [ "irradiated_tomato", 1 ], [ "can_tomato", 1 ], [ "onion", 1 ], [ "irradiated_onion", 1 ] ],
       [ [ "pepper", 20 ], [ "chilly-p", 20 ], [ "garlic_clove", 6 ], [ "chili_pepper", 2 ] ]
     ]
+  },
+  {
+    "result": "meal_bone",
+    "type": "recipe",
+    "id_suffix": "with_from_food_processor",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_OTHER",
+    "skill_used": "cooking",
+    "difficulty": 2,
+    "time": "15 m",
+    "autolearn": true,
+    "batch_time_factors": [ 83, 3 ],
+    "tools": [ [ [ "food_processor", 20 ] ] ],
+    "components": [ [ [ "bone", 1 ], [ "bone_human", 1 ] ] ]
   }
 ]
-- 
cgit v1.2.1