From 873bd00487a751cf396481b3187def998eb1c3e8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:12:43 -0700 Subject: Fix folder layout --- vamp_stuff/modinfo.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'vamp_stuff/modinfo.json') diff --git a/vamp_stuff/modinfo.json b/vamp_stuff/modinfo.json index 45f6c0d..8a0591c 100644 --- a/vamp_stuff/modinfo.json +++ b/vamp_stuff/modinfo.json @@ -1,12 +1,12 @@ -{ - "type": "MOD_INFO", - "ident": "vamp_stuff", - "name": "Vampiric Stuff", - "authors": [ - "Axema Vales" - ], - "description": "\nAdds night creatures, new items, monsters and locations.\nMore on interactions with npcs and quests, providing a subtle RPG playstyle.\n\nNote that this mod is currently in stable state. Bugs rarely appears, but if you encounter one or a recent CDDA update has caused an error, feel free to notify the author by creating an issue on its GitHub repository or sending a PM on Discord.", - "version": "V1.4 - 06/14/2020", - "category": "misc_additions", - "dependencies": ["dda"] - } \ No newline at end of file +[ + { + "type": "MOD_INFO", + "id": "vamp_stuff", + "name": "Vampiric Stuff", + "authors": [ "Axema Vales" ], + "description": "\nAdds night creatures, new items, monsters and locations.\nMore on interactions with npcs and quests, providing a subtle RPG playstyle.\n\nNote that this mod is currently in stable state. Bugs rarely appears, but if you encounter one or a recent CDDA update has caused an error, feel free to notify the author by creating an issue on its GitHub repository or sending a PM on Discord.", + "version": "V1.4 - 06/14/2020", + "category": "misc_additions", + "dependencies": [ "dda" ] + } +] -- cgit v1.2.1