From 54d268b0eef4356c2d5cf9fb7ba726878060e478 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Apr 2020 22:22:12 -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..060320f --- /dev/null +++ b/modinfo.json @@ -0,0 +1,11 @@ +[ + { + "type": "MOD_INFO", + "ident": "battle_maid_redone", + "name": "Battle Maid Redone", + "authors": ["jc_gargma"], + "description": "Translated and tweaked version of the original Battle Maid mod.", + "category": "misc_additions", + "dependencies": [ "dda" ] + } +] -- cgit v1.2.1