Updated KSP Version, added cfg exclusions
Experiment configs were creating two separate part instances. Set to prefer the default ones from base mod.
This commit is contained in:
parent
a963f13e9b
commit
4448a697b6
|
@ -8,14 +8,15 @@
|
|||
"install": [
|
||||
{
|
||||
"file": "GameData/ArcanumIndustries",
|
||||
"install_to": "GameData"
|
||||
"install_to": "GameData",
|
||||
"filter: "exper01PlantGrowth, exper02ProgradeKuarqs, exper03RetrogradeKuarqs, exper04EccentricKuarqs, exper05CreatureComforts, exper06KuarqBioactvity"
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{ "name" : "StationScience" }
|
||||
],
|
||||
"ksp_version_min": "0.23.5",
|
||||
"ksp_version_max": "0.25",
|
||||
"ksp_version_max": "0.90",
|
||||
"name": "Fuel Science",
|
||||
"abstract": "An addition to the Station Science mod by ethernet.",
|
||||
|
||||
|
@ -24,4 +25,4 @@
|
|||
"author": "ArcaneZedric",
|
||||
"version": "0.4",
|
||||
"download": "https://dl.dropboxusercontent.com/u/4943779/CostlyScience/CostlyScience_v0.4.zip"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue