"NetKAN generated mods - FuelSwitchtoeverytank-default/FuelSwitchtoeverytank-default-0.4.ckan"
This commit is contained in:
parent
f6e9c8cc52
commit
4ef59557cd
|
@ -1,9 +1,17 @@
|
||||||
{
|
{
|
||||||
"spec_version": 1,
|
"spec_version": 1,
|
||||||
"identifier": "FuelSwitchtoeverytank-default",
|
"identifier": "FuelSwitchtoeverytank-default",
|
||||||
"license": "CC-BY-SA-2.0",
|
|
||||||
"name": "FuelSwitch to every tank-default",
|
"name": "FuelSwitch to every tank-default",
|
||||||
"abstract": "This small ModuleManager config adds module FSfuelSwitch to every fuel tank in game, including non-stock",
|
"abstract": "This small ModuleManager config adds module FSfuelSwitch to every fuel tank in game, including non-stock",
|
||||||
|
"author": "micha030201",
|
||||||
|
"license": "CC-BY-SA-2.0",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/123581",
|
||||||
|
"kerbalstuff": "https://kerbalstuff.com/mod/861/FuelSwitch%20to%20every%20tank",
|
||||||
|
"repository": "http://The%20config%20itself"
|
||||||
|
},
|
||||||
|
"version": "0.4",
|
||||||
|
"ksp_version": "1.0.4",
|
||||||
"provides": [
|
"provides": [
|
||||||
"FuelSwitchtoeverytank"
|
"FuelSwitchtoeverytank"
|
||||||
],
|
],
|
||||||
|
@ -15,6 +23,14 @@
|
||||||
"name": "FirespitterCore"
|
"name": "FirespitterCore"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "FSfuelSwitchForEveryTank.cfg",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"download": "https://kerbalstuff.com/mod/861/FuelSwitch%20to%20every%20tank/download/0.4",
|
||||||
|
"download_size": 5489,
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
{
|
{
|
||||||
"name": "StockFuelSwitch"
|
"name": "StockFuelSwitch"
|
||||||
|
@ -26,21 +42,5 @@
|
||||||
"name": "ThermalPaint"
|
"name": "ThermalPaint"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"install": [
|
|
||||||
{
|
|
||||||
"file": "FSfuelSwitchForEveryTank.cfg",
|
|
||||||
"install_to": "GameData"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"ksp_version": "1.0.4",
|
|
||||||
"version": "0.4",
|
|
||||||
"author": "micha030201",
|
|
||||||
"download": "https://kerbalstuff.com/mod/861/FuelSwitch%20to%20every%20tank/download/0.4",
|
|
||||||
"resources": {
|
|
||||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/123581",
|
|
||||||
"repository": "http://The%20config%20itself",
|
|
||||||
"kerbalstuff": "https://kerbalstuff.com/mod/861/FuelSwitch%20to%20every%20tank"
|
|
||||||
},
|
|
||||||
"download_size": 5489,
|
|
||||||
"x_generated_by": "netkan"
|
"x_generated_by": "netkan"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue