From 27e1d0d36c75c9a8619fb342a220afacda44d439 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 19 Apr 2022 16:12:58 -0700 Subject: Initial commit --- modinfo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modinfo.json (limited to 'modinfo.json') 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" ] + } +] -- cgit v1.2.1