summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-03-25 16:22:11 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-03-25 16:22:11 -0700
commit474c50d6a9a049a19d2d279553f8cac1dbe4ddb6 (patch)
tree8c8896da0fb1bfcf8afa2cb41807324b43663337
parentClean up a few recipes to make greater use of requirement lists. (diff)
downloadcataclysm-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.
-rw-r--r--Readme.txt6
-rw-r--r--json/recipes/food/uncategorized.json18
2 files changed, 2 insertions, 22 deletions
diff --git a/Readme.txt b/Readme.txt
index 1486e44..2611579 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -86,12 +86,6 @@ If curry is considered a liquid, chili is too.
--
-Bone meal:
-Now allows human bones with food processor.
-If it can fit bones from a skeleton brute, it can fit human ones.
-
-
---
Chitin powder:
Now allows biosilicified chitin with mortar and pestle.
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",