diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-19 16:12:58 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-19 16:12:58 -0700 |
commit | 27e1d0d36c75c9a8619fb342a220afacda44d439 (patch) | |
tree | bab6c7da4c82c3aeedfb0ae92839e138266b8f8a /modinfo.json | |
download | cataclysm-bn-mod_restore-reactor-core-expansion-27e1d0d36c75c9a8619fb342a220afacda44d439.tar.xz |
Initial commit
Diffstat (limited to 'modinfo.json')
-rw-r--r-- | modinfo.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modinfo.json b/modinfo.json new file mode 100644 index 0000000..82fdeda --- /dev/null +++ b/modinfo.json @@ -0,0 +1,11 @@ +[ + { + "type": "MOD_INFO", + "ident": "restore-reactor-core-expansion", + "name": "Restore Reactor Core Expansion", + "authors": ["jc_gargma"], + "description": "Restore the reactor core expansion device.", + "category": "items", + "dependencies": [ "dda" ] + } +] |