From f0a071dddfe28be13405f9de1f059f153c8e1c86 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 30 Dec 2023 15:50:52 -0800 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..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" ] + } +] -- cgit v1.2.1