From 8b8a16b5a0da5f5882b6aebce7a279ac993348ed Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Jul 2022 12:55:39 -0700 Subject: Add drophammer tin cans, and make the mod hard depend on the recipe fixes mod. --- json/recipes/basecamps/recipe_groups.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'json/recipes/basecamps') diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index 3565d30..28d5e61 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -312,6 +312,7 @@ { "id": "screwdriver_set_forged", "description": " Craft: Screwdriver Set" }, { "id": "wrench", "description": " Craft: Wrench" }, { "id": "hinge", "description": " Craft: Door Hinge" }, + { "id": "can_food_unsealed", "description": " Craft: Tin Can, Small" }, { "id": "can_medium_unsealed", "description": " Craft: Tin Can, Medium" }, { "id": "jar_3l_glass", "description": " Craft: Glass Jar, 3L" }, { "id": "bottle_glass", "description": " Craft: Glass Bottle, 0.75L" }, @@ -406,7 +407,9 @@ { "id": "pipe_npc_drop", "description": " Craft: Pipe, Steel, Drop Hammer" }, { "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" }, { "id": "sheet_metal_npc_drop", "description": " Craft: Sheet Metal, Drop Hammer" }, - { "id": "wire_npc_drop", "description": " Craft: Wire, Drop Hammer" } + { "id": "wire_npc_drop", "description": " Craft: Wire, Drop Hammer" }, + { "id": "can_food_unsealed_npc_drop", "description": " Craft: Tin Can, Small" }, + { "id": "can_medium_unsealed_npc_drop", "description": " Craft: Tin Can, Medium" } ] } ] -- cgit v1.2.1