"NetKAN generated mods - GroundConstruction-Core-2.0.1"
This commit is contained in:
parent
372d9117f5
commit
a7f3f27b71
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"spec_version": "v1.16",
|
||||
"identifier": "GroundConstruction-Core",
|
||||
"name": "Ground Construction Core",
|
||||
"abstract": "This is the core component of the Ground Construction mod. It should only be installed as a dependency by other mods.",
|
||||
"author": [
|
||||
"allista"
|
||||
],
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/154167-122-ground-construction",
|
||||
"spacedock": "https://spacedock.info/mod/1123/Ground%20Construction",
|
||||
"repository": "https://github.com/allista/GroundConstruction",
|
||||
"bugtracker": "https://github.com/allista/GroundConstruction/issues",
|
||||
"x_screenshot": "https://spacedock.info/content/allista_931/Ground_Construction/Ground_Construction-1482512368.397066.png"
|
||||
},
|
||||
"version": "2.0.1",
|
||||
"ksp_version": "1.4.3",
|
||||
"depends": [
|
||||
{
|
||||
"name": "AT-Utils"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/GroundConstruction/Icons",
|
||||
"install_to": "GameData/GroundConstruction"
|
||||
},
|
||||
{
|
||||
"file": "GameData/GroundConstruction/Plugins",
|
||||
"install_to": "GameData/GroundConstruction"
|
||||
},
|
||||
{
|
||||
"file": "GameData/GroundConstruction/GroundConstruction.version",
|
||||
"install_to": "GameData/GroundConstruction"
|
||||
},
|
||||
{
|
||||
"file": "GameData/GroundConstruction/KitResources.cfg",
|
||||
"install_to": "GameData/GroundConstruction"
|
||||
},
|
||||
{
|
||||
"file": "GameData/GroundConstruction/Engineer.cfg",
|
||||
"install_to": "GameData/GroundConstruction"
|
||||
},
|
||||
{
|
||||
"file": "GameData/GroundConstruction/Parts/DIYKit",
|
||||
"install_to": "GameData/GroundConstruction/Parts"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/1123/Ground%20Construction/download/2.0.1",
|
||||
"download_size": 10235465,
|
||||
"download_hash": {
|
||||
"sha1": "DB351B3542845B7A32843C4506FB4DF8FEA99B95",
|
||||
"sha256": "967C613A12B5F5283C20B0015DD744559D9979B99B8B4961749B79A42A88F160"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue