diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-03-25 16:22:11 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-03-25 16:22:11 -0700 |
commit | 474c50d6a9a049a19d2d279553f8cac1dbe4ddb6 (patch) | |
tree | 8c8896da0fb1bfcf8afa2cb41807324b43663337 /json/recipes/food | |
parent | Clean up a few recipes to make greater use of requirement lists. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-474c50d6a9a049a19d2d279553f8cac1dbe4ddb6.tar.xz |
Upstream fixed Bonemeal from food processors not supporting human bones.
Also fixed recipes using cheese to use the new cheese_any list.
Diffstat (limited to 'json/recipes/food')
-rw-r--r-- | json/recipes/food/uncategorized.json | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/json/recipes/food/uncategorized.json b/json/recipes/food/uncategorized.json index febf340..f5544e1 100644 --- a/json/recipes/food/uncategorized.json +++ b/json/recipes/food/uncategorized.json @@ -371,7 +371,7 @@ [ "mushroom_cooked", 2 ], [ "dry_veggy", 2 ] ], - [ [ "cheese", 2 ], [ "can_cheese", 2 ], [ "cheese_hard", 2 ] ], + [ [ "cheese_any", 2, "LIST" ] ], [ [ "sauce_pesto", 1 ], [ "sauce_red", 1 ], @@ -407,7 +407,7 @@ [ "sourdough_bread", 2 ], [ "brioche", 2 ] ], - [ [ "cheese", 1 ], [ "cheese_hard", 1 ], [ "can_cheese", 1 ] ], + [ [ "cheese_any", 1, "LIST" ] ], [ [ "pickle", 1 ], [ "veggy_pickled", 1 ], @@ -582,20 +582,6 @@ ] }, { - "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": [ 50, 3 ], - "tools": [ [ [ "food_processor", 20 ] ] ], - "components": [ [ [ "bone", 1 ], [ "bone_human", 1 ] ] ] - }, - { "type": "recipe", "result": "sausage_wasteland", "category": "CC_FOOD", |