"NetKAN generated mods - InterstellarFuelSwitch-1.10"
This commit is contained in:
parent
3ec6eb4367
commit
d85851ea65
|
@ -1,7 +1,19 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"license": "CC-BY-NC",
|
||||
"identifier": "InterstellarFuelSwitch",
|
||||
"name": "Interstellar Fuel Switch",
|
||||
"abstract": "Library that enables switching the contents, meshes, and textures of tanks.",
|
||||
"description": "Interstellar Fuel Switch is mend for mod makers which want to add resource/mesh/texture switching to their tanks\nInterstellar Fuel Switch is an improved version of FSFuelSwitch, FSMeshSwitch and FSTextureSwitch, FSTextureSwitch2 made by Snjo",
|
||||
"author": "FreeThinker",
|
||||
"license": "CC-BY-NC",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/117932",
|
||||
"repository": "https://github.com/sswelm/KSPInterstellar/tree/master/FuelSwitch",
|
||||
"bugtracker": "https://github.com/sswelm/KSPInterstellar/issues",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/718"
|
||||
},
|
||||
"version": "1.10",
|
||||
"ksp_version": "1.0.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core"
|
||||
|
@ -10,6 +22,11 @@
|
|||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "InterstellarFuelSwitch",
|
||||
|
@ -17,24 +34,12 @@
|
|||
"filter": "Plugins"
|
||||
}
|
||||
],
|
||||
"abstract": "Library that enables switching the contents, meshes, and textures of tanks.",
|
||||
"description": "Interstellar Fuel Switch is mend for mod makers which want to add resource/mesh/texture switching to their tanks\nInterstellar Fuel Switch is an improved version of FSFuelSwitch, FSMeshSwitch and FSTextureSwitch, FSTextureSwitch2 made by Snjo",
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/117932",
|
||||
"bugtracker": "https://github.com/sswelm/KSPInterstellar/issues",
|
||||
"repository": "https://github.com/sswelm/KSPInterstellar/tree/master/FuelSwitch",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/718"
|
||||
},
|
||||
"ksp_version": "1.0.2",
|
||||
"name": "Interstellar Fuel Switch",
|
||||
"author": "FreeThinker",
|
||||
"version": "1.10",
|
||||
"download": "http://ckan1.spacedock.info/storage/FreeThinker_6401/Interstellar_Fuel_Switch/Interstellar_Fuel_Switch-1.10.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 67528
|
||||
"download_size": 67528,
|
||||
"download_hash": {
|
||||
"sha1": "04CA8AE70BAB852B7457454E089E69F622A887E2",
|
||||
"sha256": "AC0A56B32918BA85937C0207135B6DCBCF6D5EB6574D3D82606AB84A66992DAF"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue