Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
5cbf06f02a
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "InterstellarFuelSwitch-Core",
|
||||
"name": "Interstellar Fuel Switch Core",
|
||||
"abstract": "Core plugin for Interstellar Fuel Switch",
|
||||
"author": "FreeThinker",
|
||||
"license": "GPL-2.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/106243-105interstellar-fuel-switch-118-updated-10-11-2015/",
|
||||
"spacedock": "https://spacedock.info/mod/175/Interstellar%20Fuel%20Switch",
|
||||
"x_screenshot": "https://spacedock.info/content/FreeThinker_517/Interstellar_Fuel_Switch/Interstellar_Fuel_Switch-1481278354.0821617.jpg"
|
||||
},
|
||||
"version": "2.3.3",
|
||||
"ksp_version": "1.2.2",
|
||||
"recommends": [
|
||||
{
|
||||
"name": "TweakScale",
|
||||
"min_version": "2.2.10"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "InterstellarFuelSwitch/Plugins",
|
||||
"install_to": "GameData/InterstellarFuelSwitch"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/175/Interstellar%20Fuel%20Switch/download/2.3.3",
|
||||
"download_size": 2031847,
|
||||
"download_hash": {
|
||||
"sha1": "B957AF3306C28B0B277216FDE191D82FCBBD09C0",
|
||||
"sha256": "40291E3699BA31B363D553853808D3DA5DA682EE7E919AF87925AFF560090853"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "InterstellarFuelSwitch",
|
||||
"name": "Interstellar Fuel Switch",
|
||||
"abstract": "Library that enables switching the contents, meshes, and textures of tanks.",
|
||||
"author": "FreeThinker",
|
||||
"license": "GPL-2.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/106243-105interstellar-fuel-switch-118-updated-10-11-2015/",
|
||||
"spacedock": "https://spacedock.info/mod/175/Interstellar%20Fuel%20Switch",
|
||||
"bugtracker": "https://github.com/sswelm/KSP-Interstellar-Extended/issues",
|
||||
"x_screenshot": "https://spacedock.info/content/FreeThinker_517/Interstellar_Fuel_Switch/Interstellar_Fuel_Switch-1481278354.0821617.jpg"
|
||||
},
|
||||
"version": "2.3.3",
|
||||
"ksp_version": "1.2.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "CommunityResourcePack",
|
||||
"min_version": "0.5.1"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core",
|
||||
"min_version": "1.28"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "KSPInterstellarExtended"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "InterstellarFuelSwitch",
|
||||
"install_to": "GameData",
|
||||
"filter": "Plugins"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/175/Interstellar%20Fuel%20Switch/download/2.3.3",
|
||||
"download_size": 2031847,
|
||||
"download_hash": {
|
||||
"sha1": "B957AF3306C28B0B277216FDE191D82FCBBD09C0",
|
||||
"sha256": "40291E3699BA31B363D553853808D3DA5DA682EE7E919AF87925AFF560090853"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue