mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[crosscode] add a fallback manifest for the mod
This commit is contained in:
parent
a848343e94
commit
42b4c58377
2 changed files with 8 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"id": "btw-i-use-arch",
|
"id": "btw-i-use-arch",
|
||||||
"title": "btw I use Arch",
|
"title": "btw I use Arch",
|
||||||
"version": "0.0.0",
|
|
||||||
"description": "A mod for masochists like myself",
|
"description": "A mod for masochists like myself",
|
||||||
"prestart": "prestart.js",
|
"prestart": "prestart.js",
|
||||||
"poststart": "poststart.js"
|
"poststart": "poststart.js"
|
||||||
|
|
8
crosscode/btw-i-use-arch-mod/package.json
Normal file
8
crosscode/btw-i-use-arch-mod/package.json
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue