summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 13:30:42 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 13:30:42 -0700
commit71a09c916d4a48b71aaa1979accd69d894ac4e13 (patch)
tree5405514fc21ca6b34b93a12f8ba01ecf441bd78f
parentPort to DDA. (diff)
downloadcataclysm-dda-mod_grenade-crafting-71a09c916d4a48b71aaa1979accd69d894ac4e13.tar.xz
workaround, pt1
-rw-r--r--json/unobsoletion/recipes.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/json/unobsoletion/recipes.json b/json/unobsoletion/recipes.json
new file mode 100644
index 0000000..b8a7bf1
--- /dev/null
+++ b/json/unobsoletion/recipes.json
@@ -0,0 +1,12 @@
+[
+ {
+ "type": "recipe",
+ "result": "grenade",
+ "obsolete": false
+ },
+ {
+ "type": "recipe",
+ "result": "scrambler",
+ "obsolete": false
+ }
+]