'NetKAN generated mods - KerbalWind/KerbalWind-R6.1.ckan'
This commit is contained in:
parent
f35cc98b6e
commit
c2791d3fc3
|
@ -1,37 +0,0 @@
|
||||||
{
|
|
||||||
"spec_version": 1,
|
|
||||||
"identifier": "KerbalWind",
|
|
||||||
"name": "Kerbal Wind",
|
|
||||||
"abstract": "Adds wind to the game. It opens a dialog box where you can set wind direction and speed. Inspired by KerbalWeatherSystem by silverfox8124. But this is much simpler, omitting the actual weather simulation.",
|
|
||||||
"license": "MIT",
|
|
||||||
"ksp_version": "0.90",
|
|
||||||
"recommends": [
|
|
||||||
{
|
|
||||||
"name": "Toolbar"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"depends": [
|
|
||||||
{
|
|
||||||
"name": "FerramAerospaceResearch"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resources": {
|
|
||||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/107989",
|
|
||||||
"repository": "https://github.com/DaMichel/KerbalWind"
|
|
||||||
},
|
|
||||||
"comment": "FAR only supports one wind provider at once",
|
|
||||||
"provides": [
|
|
||||||
"FARWind"
|
|
||||||
],
|
|
||||||
"conflicts": [
|
|
||||||
{
|
|
||||||
"name": "FARWind"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"author": "DaMichel, silverfox8124",
|
|
||||||
"release_status": "stable",
|
|
||||||
"version": "R6.1",
|
|
||||||
"download": "https://github.com/DaMichel/KerbalWind/releases/download/R6.1/KerbalWindR6.1.zip",
|
|
||||||
"x_generated_by": "netkan",
|
|
||||||
"download_size": 12801
|
|
||||||
}
|
|
Loading…
Reference in New Issue