No description
| .gitignore | ||
| index.ts | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
thunderstore-modpack
Assets and Mods are automatically installed in your BepInEx folder (yes this means that you can't automatically install online-fix)
Example of modpack.json
{
"game": "lethal-company",
"mods": [
{
"author": "2018",
"mod_name": "LC_API"
},
{
"author": "Steven",
"mod_name": "Custom_Boombox_Music"
},
{
"custom_link": "https://example.com"
}
],
"assets": [
{
"custom_link": "https://www.myinstants.com/media/sounds/metal-pipe-clang.mp3",
"save_path": "Custom Songs/Boombox Music",
"file_name": "funny_music.mp3"
}
]
}