From a55048356cb015797ca3a3c7f518bda8fd505f73 Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Sun, 2 Jan 2022 16:36:38 +0100 Subject: [PATCH] adjusted workshop recipes plus parkour bug --- .../version_2/recipe_modular_field_common.json | 1 + .../version_2/modular_workshop_recipe_groups.json | 2 ++ 2 files changed, 3 insertions(+) diff --git a/data/json/recipes/basecamps/base/recipe_modular_hub/version_2/recipe_modular_field_common.json b/data/json/recipes/basecamps/base/recipe_modular_hub/version_2/recipe_modular_field_common.json index 16fa1b2efe185..aed7191a774bf 100644 --- a/data/json/recipes/basecamps/base/recipe_modular_hub/version_2/recipe_modular_field_common.json +++ b/data/json/recipes/basecamps/base/recipe_modular_hub/version_2/recipe_modular_field_common.json @@ -551,6 +551,7 @@ "construction_blueprint": "fbmh_2_parkour", "blueprint_name": "build an obstacle course", "blueprint_provides": [ { "id": "fbmh_2_parkour" } ], + "blueprint_requires": [ { "id": "fbmh_2" } ], "blueprint_excludes": [ { "id": "fbmh_2_parkour" } ] } ] diff --git a/data/json/recipes/basecamps/expansion/recipe_modular_workshop/version_2/modular_workshop_recipe_groups.json b/data/json/recipes/basecamps/expansion/recipe_modular_workshop/version_2/modular_workshop_recipe_groups.json index 2caa6e16d7abe..e0c522985102c 100644 --- a/data/json/recipes/basecamps/expansion/recipe_modular_workshop/version_2/modular_workshop_recipe_groups.json +++ b/data/json/recipes/basecamps/expansion/recipe_modular_workshop/version_2/modular_workshop_recipe_groups.json @@ -47,6 +47,8 @@ { "id": "boots_scrap", "description": " Craft: Armor, Scrap Boots" }, { "id": "chisel", "description": " Craft: Metalworking Chisel" }, { "id": "hammer", "description": " Craft: Hammer" }, + { "id": "metal_file", "description": " Craft: Metal Fileset" }, + { "id": "stone_polishing", "description": " Craft: Polishing Stone" }, { "id": "tongs", "description": " Craft: Metal Tongs" }, { "id": "metalworking_tongs", "description": " Craft: Pair of Flatjaw Tongs" }, { "id": "hotcut", "description": " Craft: Hotcut (chisel for metal working)" },