mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
Splitting files into subdirectories
This commit is contained in:
42
TACLS/TACLS-v0.10.1.ckan
Normal file
42
TACLS/TACLS-v0.10.1.ckan
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "TACLS",
|
||||
"name": "TAC Life Support (TACLS)",
|
||||
"abstract": "Adds life support requirements and resources to all kerbals",
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"ksp_version": "0.25",
|
||||
"release_status": "stable",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "TACLS-Config"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "MiniAVC"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "KSP-AVC"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ThunderAerospace",
|
||||
"install_to": "GameData",
|
||||
"filter_regexp": "PluginData/TacLifeSupport/LifeSupport\\.cfg$"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/taraniselsu/TacLifeSupport"
|
||||
},
|
||||
"author": "taraniselsu",
|
||||
"version": "v0.10.1",
|
||||
"download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.10.1/TacLifeSupport_0.10.1.13.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5997448
|
||||
}
|
Reference in New Issue
Block a user