mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04:41:22 +00:00
Add .cdb.json file for ContentDB updates
This commit is contained in:
parent
657ba25890
commit
44f643195c
2 changed files with 12 additions and 3 deletions
11
.cdb.json
Normal file
11
.cdb.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "MOD",
|
||||
"title": "Cleaner",
|
||||
"short_description": "Remove/Replace unknown entities, nodes, & items.",
|
||||
"license": "MIT",
|
||||
"media_license": "CC0",
|
||||
"tags": ["world_tools"],
|
||||
"repo": "https://github.com/AntumMT/mod-cleaner",
|
||||
"issue_tracker": "https://github.com/AntumMT/mod-cleaner/issues",
|
||||
"forums": "18381",
|
||||
}
|
4
.gitattributes
vendored
4
.gitattributes
vendored
|
@ -1,4 +1,2 @@
|
|||
.gitattributes export-ignore
|
||||
.github/ export-ignore
|
||||
.ldoc/ export-ignore
|
||||
.* export-ignore
|
||||
sounds_src/ export-ignore
|
||||
|
|
Loading…
Add table
Reference in a new issue