From f1b8b596704b876060945b0a953735ade870b481 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 13 Apr 2022 19:55:42 -0700 Subject: Add glass jars. --- Readme.txt | 1 + json/recipes/basecamps/recipe_groups.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Readme.txt b/Readme.txt index a96b8c0..48907d0 100644 --- a/Readme.txt +++ b/Readme.txt @@ -60,6 +60,7 @@ Requires Wood Sawing. Level 5: Basic Weapons and Armor. Curved metal more complex than a ring. (ie, tin can) +Glass more complex than a sheet. (ie, jars) Level 6: Requires Chemistry 3. diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json index c4105fb..d0db335 100644 --- a/json/recipes/basecamps/recipe_groups.json +++ b/json/recipes/basecamps/recipe_groups.json @@ -308,6 +308,10 @@ { "id": "wrench", "description": " Craft: Wrench" }, { "id": "hinge", "description": " Craft: Door Hinge" }, { "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" }, + { "id": "jar_glass", "description": " Craft: Glass Jar, 0.5L" }, + { "id": "flask_glass", "description": " Craft: Glass Flask, 0.25L" }, { "id": "30gal_drum_from_scratch", "description": " Craft: Drum, 100L" }, { "id": "55gal_drum_from_scratch", "description": " Craft: Drum, 200L" }, { "id": "jerrycan_big", "description": " Craft: Jerrycan, Steel" }, -- cgit v1.2.1