Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta

This commit is contained in:
NetKAN inflator Robot 2018-07-14 17:10:39 +00:00
commit fb2255f8d8
3 changed files with 111 additions and 4 deletions

View File

@ -0,0 +1,51 @@
{
"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": "3.6.1",
"ksp_version": "1.4.4",
"provides": [
"DeadskinsTextureSwitch",
"DeadskinsMeshSwitch"
],
"recommends": [
{
"name": "CommunityResourcePack",
"min_version": "0.7.1"
},
{
"name": "TweakScale",
"min_version": "2.3.6"
}
],
"install": [
{
"find": "InterstellarFuelSwitch/Plugins",
"install_to": "GameData/InterstellarFuelSwitch"
},
{
"find": "InterstellarFuelSwitch/Resources",
"install_to": "GameData/InterstellarFuelSwitch"
},
{
"find": "InterstellarFuelSwitch/Localization",
"install_to": "GameData/InterstellarFuelSwitch"
}
],
"download": "https://spacedock.info/mod/175/Interstellar%20Fuel%20Switch/download/3.6.1",
"download_size": 4858173,
"download_hash": {
"sha1": "6F6F1E49808C6EE75400A64FDA68585351659D33",
"sha256": "85FCE610B5E952E7AAECAB68F0CE5195C97853FB534C9811A68FD5B9A949EBDF"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

View File

@ -0,0 +1,56 @@
{
"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": "3.6.1",
"ksp_version": "1.4.4",
"depends": [
{
"name": "CommunityResourcePack",
"min_version": "0.5.1"
},
{
"name": "InterstellarFuelSwitch-Core",
"min_version": "1.28"
},
{
"name": "ModuleManager"
}
],
"recommends": [
{
"name": "KSPInterstellarExtended"
},
{
"name": "PatchManager"
}
],
"install": [
{
"find": "InterstellarFuelSwitch",
"install_to": "GameData",
"filter": [
"Plugins",
"Resources",
"Localization"
]
}
],
"download": "https://spacedock.info/mod/175/Interstellar%20Fuel%20Switch/download/3.6.1",
"download_size": 4858173,
"download_hash": {
"sha1": "6F6F1E49808C6EE75400A64FDA68585351659D33",
"sha256": "85FCE610B5E952E7AAECAB68F0CE5195C97853FB534C9811A68FD5B9A949EBDF"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

View File

@ -16,10 +16,6 @@
"depends": [
{
"name": "ModuleManager"
},
{
"name": "CommunityTechTree",
"min_version": "1:3.3.2"
}
],
"recommends": [
@ -38,6 +34,10 @@
},
{
"name": "TweakScale"
},
{
"name": "CommunityTechTree",
"min_version": "1:3.3.2"
}
],
"install": [