NetKAN generated mods - SimpleConstruction-1-4.0.2.2.1
This commit is contained in:
parent
7681ca3d02
commit
05bd676efb
|
@ -1,15 +1,16 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "SimpleConstruction",
|
||||
"name": "SimpleConstruction",
|
||||
"abstract": " This mod aims to provide simple rocketbuilding capability to stock parts. ",
|
||||
"name": "SimpleConstruction Updated",
|
||||
"abstract": "This mod aims to provide simple craft building capability in flight mode to stock parts.",
|
||||
"author": [
|
||||
"matterbeam",
|
||||
"RealGecko",
|
||||
"zer0Kerbal"
|
||||
],
|
||||
"version": "1:4.0.2.2.1",
|
||||
"ksp_version": "1.8.1",
|
||||
"ksp_version_min": "1.4.5",
|
||||
"ksp_version_max": "1.8.9",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/191424-ksp-*",
|
||||
|
@ -19,7 +20,8 @@
|
|||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"resources"
|
||||
"resources",
|
||||
"config"
|
||||
],
|
||||
"provides": [
|
||||
"ExtraPlanetaryLaunchpads"
|
||||
|
@ -27,9 +29,48 @@
|
|||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "KerbalStats"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core"
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "StockalikeMiningExtension"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
},
|
||||
{
|
||||
"name": "NSSC"
|
||||
},
|
||||
{
|
||||
"name": "KIS"
|
||||
},
|
||||
{
|
||||
"name": "KAS"
|
||||
},
|
||||
{
|
||||
"name": "InfernalRoboticsNext"
|
||||
},
|
||||
{
|
||||
"name": "KerbalJointReinforcementNext"
|
||||
}
|
||||
],
|
||||
"supports": [
|
||||
{
|
||||
"name": "KerbalChangelog"
|
||||
},
|
||||
{
|
||||
"name": "Kethane"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
|
|
Loading…
Reference in New Issue