[crosscode] add a fallback manifest for the mod

This commit is contained in:
Dmytro Meleshko 2021-03-20 02:30:53 +02:00
parent a848343e94
commit 42b4c58377
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,6 @@
{
"id": "btw-i-use-arch",
"title": "btw I use Arch",
"version": "0.0.0",
"description": "A mod for masochists like myself",
"prestart": "prestart.js",
"poststart": "poststart.js"

View File

@ -0,0 +1,8 @@
{
"name": "btw-i-use-arch",
"ccmodHumanName": "btw I use Arch",
"description": "A mod for masochists like myself",
"prestart": "prestart.js",
"main": "poststart.js",
"module": true
}