From c22cefd52977c8add2753a7c8a8ec365b0f44a8e Mon Sep 17 00:00:00 2001 From: Olivier Dragon Date: Thu, 7 Apr 2022 21:57:54 -0400 Subject: [PATCH] Add contentDB JSON metadata --- .cdb.json | 18 ++++++++++++++++++ .gitattributes | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 .cdb.json diff --git a/.cdb.json b/.cdb.json new file mode 100644 index 0000000..a6090e3 --- /dev/null +++ b/.cdb.json @@ -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" +} \ No newline at end of file diff --git a/.gitattributes b/.gitattributes index 1e2b02d..d199aa8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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