Add missing Near Future dependencies (#1433)
This commit is contained in:
parent
ca2c5d370e
commit
25f7941c23
|
@ -3,7 +3,7 @@
|
|||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.1.zip",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/82/artifact/ModuleManager-2.5.1.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.1",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
],
|
||||
"version": "2.5.10",
|
||||
"download": "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastStableBuild/artifact/ModuleManager-2.5.10.zip",
|
||||
"download": "https://ksp.sarbian.com/jenkins/job/ModuleManager/82/artifact/ModuleManager-2.5.10.zip",
|
||||
"x_generated_by": "not netkan",
|
||||
"download_size": 24244
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.2.zip",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/82/artifact/ModuleManager-2.5.2.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.2",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.3.zip",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/82/artifact/ModuleManager-2.5.3.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.3",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.4.zip",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/82/artifact/ModuleManager-2.5.4.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.4",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.6.zip",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/82/artifact/ModuleManager-2.5.6.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.6",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name" : "Module Manager",
|
||||
"identifier" : "ModuleManager",
|
||||
"abstract" : "Modify KSP configs without conflict",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.8.zip",
|
||||
"download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/82/artifact/ModuleManager-2.5.8.zip",
|
||||
"license" : "CC-BY-SA",
|
||||
"author" : [ "ialdabaoth", "Sarbian" ],
|
||||
"version" : "2.5.8",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
],
|
||||
"version": "2.5.9",
|
||||
"download": "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastStableBuild/artifact/ModuleManager-2.5.9.zip",
|
||||
"download": "https://ksp.sarbian.com/jenkins/job/ModuleManager/82/artifact/ModuleManager-2.5.9.zip",
|
||||
"x_generated_by": "not netkan",
|
||||
"download_size": 24087
|
||||
"download_size": 24088
|
||||
}
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
},
|
||||
"version": "0.3.1",
|
||||
"ksp_version": "0.25",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
},
|
||||
"version": "0.4.0",
|
||||
"ksp_version": "0.90",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
"version": "0.5.0",
|
||||
"ksp_version": "1.0.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch"
|
||||
},
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
"version": "0.5.1",
|
||||
"ksp_version": "1.0.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch"
|
||||
},
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
"version": "0.5.2",
|
||||
"ksp_version": "1.0.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core"
|
||||
},
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
"version": "0.5.2.repackaged0",
|
||||
"ksp_version": "1.0.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core"
|
||||
},
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
"version": "0.5.3",
|
||||
"ksp_version": "1.0.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.5.4",
|
||||
"ksp_version": "1.0.4",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.5.5",
|
||||
"ksp_version": "1.0.5",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "InterstellarFuelSwitch-Core"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.6.0",
|
||||
"ksp_version": "1.1.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.6.1",
|
||||
"ksp_version": "1.1.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.6.2",
|
||||
"ksp_version": "1.1.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.6.3",
|
||||
"ksp_version": "1.1.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.6.4",
|
||||
"ksp_version": "1.1.3",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.7.0",
|
||||
"ksp_version": "1.2.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.7.1",
|
||||
"ksp_version": "1.2.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.7.2",
|
||||
"ksp_version": "1.2.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.7.3",
|
||||
"ksp_version": "1.2.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.7.4",
|
||||
"ksp_version": "1.2.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.7.5",
|
||||
"ksp_version": "1.2.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.7.6",
|
||||
"ksp_version": "1.2.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.0",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.1",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.2",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.3",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.4",
|
||||
"ksp_version": "1.3.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "1.0.0",
|
||||
"ksp_version": "1.4.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"ksp_version_min": "1.4.2",
|
||||
"ksp_version_max": "1.4.9",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"ksp_version_min": "1.4.4",
|
||||
"ksp_version_max": "1.4.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"ksp_version_min": "1.5.0",
|
||||
"ksp_version_max": "1.5.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"ksp_version_min": "1.6.0",
|
||||
"ksp_version_max": "1.6.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "B9PartSwitch"
|
||||
},
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
},
|
||||
"version": "0.3.1",
|
||||
"ksp_version": "0.25",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
},
|
||||
"version": "0.4.0",
|
||||
"ksp_version": "0.90",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
},
|
||||
"version": "0.5.0",
|
||||
"ksp_version": "1.0.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
},
|
||||
"version": "0.5.1",
|
||||
"ksp_version": "1.0.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
},
|
||||
"version": "0.5.2.1",
|
||||
"ksp_version": "1.0.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
},
|
||||
"version": "0.5.2",
|
||||
"ksp_version": "1.0.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
|
|
|
@ -14,6 +14,11 @@
|
|||
},
|
||||
"version": "0.5.3",
|
||||
"ksp_version": "1.0.4",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
|
|
|
@ -14,6 +14,11 @@
|
|||
},
|
||||
"version": "0.5.4",
|
||||
"ksp_version": "1.0.5",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"version": "0.5.5",
|
||||
"ksp_version": "1.0.5",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.6.0",
|
||||
"ksp_version": "1.1.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.6.1",
|
||||
"ksp_version": "1.1.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.6.2",
|
||||
"ksp_version": "1.1.3",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.7.0",
|
||||
"ksp_version": "1.2.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.7.1",
|
||||
"ksp_version": "1.2.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.7.2",
|
||||
"ksp_version": "1.2.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.0",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.1",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.10",
|
||||
"ksp_version": "1.4.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"ksp_version_min": "1.4.2",
|
||||
"ksp_version_max": "1.4.9",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"ksp_version_min": "1.4.4",
|
||||
"ksp_version_max": "1.4.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"ksp_version_min": "1.5.0",
|
||||
"ksp_version_max": "1.5.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"ksp_version_min": "1.6.0",
|
||||
"ksp_version_max": "1.6.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.2",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.3",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.4",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.5",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.6",
|
||||
"ksp_version": "1.3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.7",
|
||||
"ksp_version": "1.3.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"version": "0.8.8",
|
||||
"ksp_version": "1.3.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"ksp_version_min": "1.4.1",
|
||||
"ksp_version_max": "1.4.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "NearFutureSolar-Core"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue