NetKAN generated mods
This commit is contained in:
parent
88cb5fe68b
commit
bd76e516cf
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"identifier": "NearFutureProps",
|
||||||
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "GameData/NearFutureProps",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suggests": [
|
||||||
|
{
|
||||||
|
"name": "CommunityTechTree"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://forum.kerbalspaceprogram.com/threads/91814",
|
||||||
|
"kerbalstuff": "https://kerbalstuff.com/mod/351/Stockalike%20Station%20Parts%20Expansion"
|
||||||
|
},
|
||||||
|
"ksp_version": "0.25",
|
||||||
|
"name": "Stockalike Station Parts Expansion",
|
||||||
|
"abstract": "Expand space and surface stations with this purpose-built collection of stockalike parts",
|
||||||
|
"author": "Nertea",
|
||||||
|
"version": "0.2.1",
|
||||||
|
"download": "https://kerbalstuff.com/mod/351/Stockalike%20Station%20Parts%20Expansion/download/0.2.1",
|
||||||
|
"x_generated_by": "netkan",
|
||||||
|
"download_size": 20585182
|
||||||
|
}
|
|
@ -3,7 +3,10 @@
|
||||||
"identifier": "NearFutureSpacecraft",
|
"identifier": "NearFutureSpacecraft",
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "RasterPropMonitor"
|
"name": "RasterPropMonitor-Core"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NearFutureProps"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"suggests": [
|
"suggests": [
|
||||||
|
@ -12,11 +15,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"install": [
|
"install": [
|
||||||
{
|
|
||||||
"file": "GameData/NearFutureProps",
|
|
||||||
"install_to": "GameData",
|
|
||||||
"comment": "IVA props for RPM"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"file": "GameData/NearFutureSpacecraft",
|
"file": "GameData/NearFutureSpacecraft",
|
||||||
"install_to": "GameData"
|
"install_to": "GameData"
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
"name": "RasterPropMonitor-Core"
|
"name": "RasterPropMonitor-Core"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NearFutureProps"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"suggests": [
|
"suggests": [
|
||||||
|
|
Loading…
Reference in New Issue