diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-14 13:30:42 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-14 13:30:42 -0700 | 
| commit | 71a09c916d4a48b71aaa1979accd69d894ac4e13 (patch) | |
| tree | 5405514fc21ca6b34b93a12f8ba01ecf441bd78f /json | |
| parent | Port to DDA. (diff) | |
| download | cataclysm-dda-mod_grenade-crafting-71a09c916d4a48b71aaa1979accd69d894ac4e13.tar.xz | |
workaround, pt1
Diffstat (limited to 'json')
| -rw-r--r-- | json/unobsoletion/recipes.json | 12 | 
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 +  } +]  | 
