From 474c50d6a9a049a19d2d279553f8cac1dbe4ddb6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 25 Mar 2022 16:22:11 -0700 Subject: Upstream fixed Bonemeal from food processors not supporting human bones. Also fixed recipes using cheese to use the new cheese_any list. --- Readme.txt | 6 ------ json/recipes/food/uncategorized.json | 18 ++---------------- 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 @@ -85,12 +85,6 @@ Is now a liquid. 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 ], @@ -581,20 +581,6 @@ [ [ "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": [ 50, 3 ], - "tools": [ [ [ "food_processor", 20 ] ] ], - "components": [ [ [ "bone", 1 ], [ "bone_human", 1 ] ] ] - }, { "type": "recipe", "result": "sausage_wasteland", -- cgit v1.2.1