diff options
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..5a3eb75 --- /dev/null +++ b/modinfo.json @@ -0,0 +1,11 @@ +[ + { + "type": "MOD_INFO", + "ident": "restore_book_chapters", + "name": "Restore Books Chapater", + "authors": ["jc_gargma"], + "description": "Reverts the removal of chapter and time to read values from books. Also obsolete some for snippets.", + "category": "rebalance", + "dependencies": [ "bn" ] + } +] |