From cc0166ee1338f5093b1e47143fdca9857aecc4ad Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sat, 18 Jan 2025 03:39:05 -0800 Subject: [PATCH] Add ContentDB configuration --- .cdb.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .cdb.json diff --git a/.cdb.json b/.cdb.json new file mode 100644 index 0000000..fa64393 --- /dev/null +++ b/.cdb.json @@ -0,0 +1,12 @@ +{ + "type": "MOD", + "title": "Quest Framework", + "name": "quests", + "short_description": "Simple framework to define quests.", + "license": "WTFPL", + "media_license": "CC-BY-3.0", + "tags": ["library", "developer_tools"], + "repo": "https://github.com/TeTpaAka/quests", + "issue_tracker": "https://github.com/TeTpaAka/quests/issues", + "forums": 11265 +}