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 --- json/recipes/basecamps/recipe_groups.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'json/recipes/basecamps/recipe_groups.json') 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