From cf38e9159fd6847a0fe4c141e0ece20d4de09c40 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 17 Jan 2021 05:20:54 -0800 Subject: Add concrete Add cured hide and cured pelt --- Readme.txt | 23 +++++++++++++++++++++++ json/recipes/basecamps/recipe_groups.json | 8 +++++--- 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 Readme.txt diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000..883f718 --- /dev/null +++ b/Readme.txt @@ -0,0 +1,23 @@ +The purpose of this mod is to expand upon the variety of the faction +camp recipes while keeping it in line with the pre-existing recipes. + +Additions to expect: +Just about anything canned, jarred, fermented, and pickled. +Just about anything dried. And drying from frozen too. +Basic ingredients like tofu, tallow, salt, and sugar. +Pasta noodles. +Powdered foods, with quern and food proccessor. +A few trivial end recipes like biscuits, roasted nuts. +The other pie recipes. +All craftable seeds from the farm camp. +Metalworking with the arc welder. +Plastic. +Metal plating of all sorts. +More knives. +Curved Needle. +Metallic Smoother. +Rebar and Steel Rails. +Concrete. +Cured Hides and Pelts. + +Renamed a bunch to make them more clear. diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 581f4d8..59a1079 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -4,7 +4,6 @@ "name": "kitchen_recipes_1", "building_type": "COOK", "recipes": [ - { "id": "tinder", "description": " Craft: Tinder" }, { "id": "meat_cooked", "description": " Cook: Meat, Cooked" }, { "id": "fish_cooked", "description": " Cook: Fish, Cooked" }, { "id": "veggy_cooked", "description": " Cook: Veggy, Cooked" }, @@ -138,7 +137,9 @@ "building_type": "BASE", "recipes": [ { "id": "tinder", "description": " Craft: Tinder" }, - { "id": "pointy_stick", "description": " Craft: Pointy Sticks" } + { "id": "pointy_stick", "description": " Craft: Pointy Sticks" }, + { "id": "cured_pelt", "description": " Craft: Cured Pelt" }, + { "id": "cured_hide", "description": " Craft: Cured Hide" } ] }, { @@ -204,7 +205,8 @@ { "id": "steel_lump", "description": " Craft: Steel, Lump" }, { "id": "plastic_chunk", "description": " Craft: Plastic, Chunk, from Bleach/Vinegar" }, { "id": "plastic_chunk_from_plastic_bags", "description": " Craft: Plastic, Chunk, from Plastic Bags" }, - { "id": "plastic_chunk_from_cash_cards", "description": " Craft: Plastic, Chunk, from Cash Cards/Straws" } + { "id": "plastic_chunk_from_cash_cards", "description": " Craft: Plastic, Chunk, from Cash Cards/Straws" }, + { "id": "concrete", "description": " Craft: Concrete" } ] }, { -- cgit v1.2.1