From 4f088ffe4b6e84befb3cb410a85ecb86c00adb87 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 6 May 2021 19:07:17 -0700 Subject: Port to Bright Nights --- json/recipes/basecamps/recipe_groups.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index bd0aa21..81d23cb 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -1,7 +1,7 @@ [ { "type": "recipe_group", - "name": "kitchen_recipes_1", + "id": "kitchen_recipes_1", "building_type": "COOK", "recipes": [ { "id": "meat_cooked", "description": " Cook: Meat, Cooked" }, @@ -34,7 +34,7 @@ }, { "type": "recipe_group", - "name": "kitchen_recipes_2", + "id": "kitchen_recipes_2", "building_type": "COOK", "recipes": [ { "id": "flour", "description": " Cook: Flour" }, @@ -94,7 +94,7 @@ }, { "type": "recipe_group", - "name": "kitchen_recipes_3", + "id": "kitchen_recipes_3", "building_type": "COOK", "recipes": [ { "id": "sugar", "description": " Cook: Sugar, from Sweet Water" }, @@ -141,7 +141,7 @@ }, { "type": "recipe_group", - "name": "primitive_camp_recipes_1", + "id": "primitive_camp_recipes_1", "building_type": "BASE", "recipes": [ { "id": "tinder", "description": " Craft: Tinder" }, @@ -156,7 +156,7 @@ }, { "type": "recipe_group", - "name": "farm_recipes_1", + "id": "farm_recipes_1", "building_type": "FARM", "recipes": [ { "id": "seed_barley", "description": " Craft: Barley Seeds" }, @@ -205,7 +205,7 @@ }, { "type": "recipe_group", - "name": "blacksmith_recipes_1", + "id": "blacksmith_recipes_1", "building_type": "SMITH", "recipes": [ { "id": "scrap_copper", "description": " Craft: Copper, Scrap" }, @@ -227,7 +227,7 @@ }, { "type": "recipe_group", - "name": "blacksmith_recipes_2", + "id": "blacksmith_recipes_2", "building_type": "SMITH", "recipes": [ { "id": "copper_knife", "description": " Craft: Knife, Copper" }, @@ -247,7 +247,7 @@ }, { "type": "recipe_group", - "name": "blacksmith_recipes_3", + "id": "blacksmith_recipes_3", "building_type": "SMITH", "recipes": [ { "id": "chisel", "description": " Craft: Metalworking Chisel" }, @@ -261,7 +261,7 @@ }, { "type": "recipe_group", - "name": "blacksmith_recipes_4", + "id": "blacksmith_recipes_4", "building_type": "SMITH", "recipes": [ { "id": "blade", "description": " Craft: Blade" }, @@ -282,7 +282,7 @@ }, { "type": "recipe_group", - "name": "blacksmith_recipes_5", + "id": "blacksmith_recipes_5", "building_type": "SMITH", "recipes": [ { "id": "knife_combat", "description": " Craft: Knife, Combat" }, @@ -308,7 +308,7 @@ }, { "type": "recipe_group", - "name": "blacksmith_recipes_6", + "id": "blacksmith_recipes_6", "building_type": "SMITH", "recipes": [ { "id": "pliers", "description": " Craft: Pliers" }, @@ -343,7 +343,7 @@ }, { "type": "recipe_group", - "name": "blacksmith_recipes_7", + "id": "blacksmith_recipes_7", "building_type": "SMITH", "recipes": [ { "id": "sheet_metal_npc_drop", "description": " Craft: Sheet Metal, Drop Hammer" }, -- cgit v1.2.1