1
0
mirror of https://github.com/TeTpaAka/quests.git synced 2025-01-22 16:00:46 +01:00

Add ContentDB configuration

This commit is contained in:
Jordan Irwin 2025-01-18 03:39:05 -08:00 committed by TeTpaAka
parent 1393459959
commit cc0166ee13

12
.cdb.json Normal file
View File

@ -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
}