"NetKAN generated mods - FuelSwitchtoeverytank-ThermalPaint/FuelSwitchtoeverytank-ThermalPaint-0.4.ckan"
This commit is contained in:
parent
33f09b87ed
commit
f6e9c8cc52
|
@ -1,9 +1,17 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "FuelSwitchtoeverytank-ThermalPaint",
|
||||
"license": "CC-BY-SA-2.0",
|
||||
"name": "FuelSwitch to every tank-ThermalPaint",
|
||||
"abstract": "This small ModuleManager config adds module FSfuelSwitch to every fuel tank in game, including non-stock. This version is specifically compatible with ThermalPaint.",
|
||||
"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": [
|
||||
"FuelSwitchtoeverytank"
|
||||
],
|
||||
|
@ -18,6 +26,14 @@
|
|||
"name": "ThermalPaint"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "FSfuelSwitchForEveryTankThermalPaint.cfg",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://kerbalstuff.com/mod/861/FuelSwitch%20to%20every%20tank/download/0.4",
|
||||
"download_size": 5489,
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core"
|
||||
|
@ -29,21 +45,5 @@
|
|||
"name": "FuelSwitchtoeverytank"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "FSfuelSwitchForEveryTankThermalPaint.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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue