Add contentDB JSON metadata

master
Olivier Dragon 2022-04-07 21:57:54 -04:00
parent 6ac6269a54
commit c22cefd529
2 changed files with 20 additions and 0 deletions

18
.cdb.json Normal file
View File

@ -0,0 +1,18 @@
{
"type": "MOD",
"title": "sfcraftguide",
"name": "sfcraftguide",
"short_description": "An augmented mtg_craftguide. Supports a progressive reveal system that follows doc items help.",
"tags": [
"crafting",
"survival",
"gui",
"mtg"
],
"dev_state": "WIP",
"license": "MIT",
"media_license": "CC-BY-SA-3.0",
"repo": "https://github.com/dacmot/sfcraftguide",
"website": null,
"issue_tracker": "https://github.com/dacmot/sfcraftguide/issues"
}

2
.gitattributes vendored
View File

@ -2,12 +2,14 @@
.gitignore text
*.lua text
*.yml text
*.tr text
*.md text
*.txt text
mod.conf text
.luacheckrc text
LICENSE text
*.json text
*.jpg binary
*.png binary