Add ContentDB configuration

This commit is contained in:
Jordan Irwin 2021-08-12 23:35:39 -07:00
parent d01375fc00
commit 99f91fb63a
2 changed files with 13 additions and 0 deletions

12
.cdb.json Normal file
View File

@ -0,0 +1,12 @@
{
"type": "MOD",
"name": "skeleton",
"title": "Skeleton",
"short_description": "A skeleton mob.",
"license": "MIT",
"media_license": "CC-BY-SA-3.0",
"tags": ["mobs"],
"repo": "https://github.com/AntumMT/mod-skeleton",
"issue_tracker": "https://github.com/AntumMT/mod-skeleton/issues",
"forums": 27168
}

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
.* export-ignore