Mark old Nehemiah mods as `replaced_by` newer one (#3277)
This commit is contained in:
parent
f433a9e718
commit
6e7944cdd2
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": "v1.26",
|
||||
"identifier": "KeminiResearchProgram",
|
||||
"name": "Kemini Research Program",
|
||||
"abstract": "Early science from experiments based on real experiments from the Gemini Program",
|
||||
|
@ -33,6 +33,9 @@
|
|||
"name": "K2CommandPodCont"
|
||||
}
|
||||
],
|
||||
"replaced_by": {
|
||||
"name": "NehemiahEngineeringOrbitalScience"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "NehemiahInc/Kemini",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": "v1.26",
|
||||
"identifier": "KerbalEnvironmentalEffectsStudy",
|
||||
"name": "Kerbal Environmental Effects Study",
|
||||
"abstract": "Science and money from experiments based on real space science.",
|
||||
|
@ -28,6 +28,9 @@
|
|||
{ "name": "K2CommandPodCont" },
|
||||
{ "name": "UniversalStorage" }
|
||||
],
|
||||
"replaced_by": {
|
||||
"name": "NehemiahEngineeringOrbitalScience"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "NehemiahInc/KEES",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": "v1.26",
|
||||
"identifier": "KerbalLifeScience",
|
||||
"name": "Kerbal Life Science",
|
||||
"abstract": "Use Kerbals as test subjects to get more science on your space station.",
|
||||
|
@ -26,6 +26,9 @@
|
|||
"min_version": "1:0.7b2"
|
||||
}
|
||||
],
|
||||
"replaced_by": {
|
||||
"name": "NehemiahEngineeringOrbitalScience"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "NehemiahInc/KerbalLifeScience",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": "v1.26",
|
||||
"identifier": "NehemiahInc-Complete",
|
||||
"name": "Nehemiah Inc - Complete Pack",
|
||||
"abstract": "All of N3h3miah's mods in one downloadable pack.",
|
||||
|
@ -40,6 +40,9 @@
|
|||
"name": "UniversalStorage"
|
||||
}
|
||||
],
|
||||
"replaced_by": {
|
||||
"name": "NehemiahEngineeringOrbitalScience"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "NehemiahInc",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": "v1.26",
|
||||
"identifier": "NehemiahMultiPurposeParts",
|
||||
"name": "Nehemiah Multipurpose Parts",
|
||||
"abstract": "Shared station parts used by N3h3miah's KLS and OMS mod.",
|
||||
|
@ -26,6 +26,9 @@
|
|||
"name": "UniversalStorage"
|
||||
}
|
||||
],
|
||||
"replaced_by": {
|
||||
"name": "NehemiahEngineeringOrbitalScience"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "NehemiahInc/MultiPurposeParts",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": "v1.26",
|
||||
"identifier": "NehemiahScienceCommon",
|
||||
"name": "Nehemiah Science Common",
|
||||
"abstract": "Shared files used by all N3h3miah's mods.",
|
||||
|
@ -15,6 +15,9 @@
|
|||
"version": "1:0.7b2",
|
||||
"ksp_version_min": "1.3.0",
|
||||
"ksp_version_max": "1.3.99",
|
||||
"replaced_by": {
|
||||
"name": "NehemiahEngineeringOrbitalScience"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "NehemiahInc/NE_Science_Common",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"spec_version": "v1.26",
|
||||
"identifier": "OrbitalMaterialScience",
|
||||
"name": "Orbital Material Science",
|
||||
"abstract": "Get more science from orbit. Adds science experiments for your space station, inspired by real space experiments.",
|
||||
|
@ -26,6 +26,9 @@
|
|||
"min_version": "1:0.7b2"
|
||||
}
|
||||
],
|
||||
"replaced_by": {
|
||||
"name": "NehemiahEngineeringOrbitalScience"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "NehemiahInc/OMS",
|
||||
|
|
Loading…
Reference in New Issue