summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.txt2
-rw-r--r--json/recipes/basecamps/recipe_groups.json13
2 files changed, 14 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index 19bcf4a..c5b91ee 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -25,5 +25,7 @@ Rebar and Steel Rails.
Concrete.
Cured Hides and Pelts.
Tanned Hides and Pelts.
+Superglue.
+Ammunition.
Renamed several recipes to make the resulting item more clear.
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index 040bc4c..a703c7c 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -207,6 +207,7 @@
{ "id": "steel_chunk", "description": " Craft: Steel, Chunk" },
{ "id": "anvil", "description": " Craft: Anvil" },
{ "id": "steel_lump", "description": " Craft: Steel, Lump" },
+ { "id": "superglue", "description": " Craft: Superglue" },
{ "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" },
@@ -338,7 +339,17 @@
{ "id": "nail_npc_drop", "description": " Craft: Nail, Drop Hammer" },
{ "id": "wire_npc_drop", "description": " Craft: Wire, Drop Hammer" },
{ "id": "pipe_npc_drop", "description": " Craft: Pipe, Drop Hammer" },
- { "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" }
+ { "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" },
+ { "id": "reloaded_9mmfmj", "description": " Craft: Ammo, 9x19mm FMJ" },
+ { "id": "reloaded_40fmj", "description": " Craft: Ammo, S&W .40 FMJ" },
+ { "id": "reloaded_45_acp", "description": " Craft: Ammo, .45 ACP FMJ" },
+ { "id": "reloaded_46mm", "description": " Craft: Ammo, 4.6mm" },
+ { "id": "reloaded_556", "description": " Craft: Ammo, 5.56mm NATO" },
+ { "id": "reloaded_762_51", "description": " Craft: Ammo, 7.62mm NATO" },
+ { "id": "reloaded_5x50dart", "description": " Craft: Ammo, RA110 5x50mm flechette" },
+ { "id": "reloaded_300_winmag", "description": " Craft: Ammo, .300 Winchester Magnum" },
+ { "id": "reloaded_50bmg", "description": " Craft: Ammo, .50 BMG Match" },
+ { "id": "reloaded_shot_slug", "description": " Craft: Ammo, 00 shotgun slug" }
]
}
]