From cd8940959ba2224a5fa4042584e921cecbbabcf4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 22 Feb 2021 16:23:41 -0800 Subject: Allow food processor for human bone meal --- Readme.txt | 5 +++++ json/recipes/recipe_food.json | 14 ++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/Readme.txt b/Readme.txt index 2dbd895..aba4b55 100644 --- a/Readme.txt +++ b/Readme.txt @@ -89,3 +89,8 @@ And while I'm at it, add meat and veggy stirfry dishes. Chili Con Carne: Is now a liquid. If curry is considered a liquid, chili is too. + + +-- +Allow human bones to be ground into bone meal using a food procesor. +If it can fit bones from a skeleton brute, it can fit human ones. 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