Fixed Exclusions: FuelScience-0.4.ckan
This commit is contained in:
parent
d1fa6b57a8
commit
78cc09bd05
|
@ -9,20 +9,27 @@
|
|||
{
|
||||
"file": "GameData/ArcanumIndustries",
|
||||
"install_to": "GameData",
|
||||
"filter": "exper01PlantGrowth.cfg, exper02ProgradeKuarqs.cfg, exper03RetrogradeKuarqs.cfg, exper04EccentricKuarqs.cfg, exper05CreatureComforts.cfg, exper06KuarqBioactvity.cfg"
|
||||
"filter": [
|
||||
"exper01PlantGrowth.cfg",
|
||||
"exper02ProgradeKuarqs.cfg",
|
||||
"exper03RetrogradeKuarqs.cfg",
|
||||
"exper04EccentricKuarqs.cfg",
|
||||
"exper05CreatureComforts.cfg",
|
||||
"exper06KuarqBioactivity.cfg"
|
||||
]
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{ "name" : "StationScience" }
|
||||
"depends": [
|
||||
{
|
||||
"name": "StationScience"
|
||||
}
|
||||
],
|
||||
"ksp_version_min": "0.23.5",
|
||||
"ksp_version_max": "0.90",
|
||||
"name": "Fuel Science",
|
||||
"abstract": "An addition to the Station Science mod by ethernet.",
|
||||
|
||||
"description": "Included in this mod are three new experiments located in the fuel branches of the tech tree, to help balance the science-heavy electrics side.",
|
||||
|
||||
"author": "ArcaneZedric",
|
||||
"version": "0.4",
|
||||
"download": "https://dl.dropboxusercontent.com/u/4943779/CostlyScience/CostlyScience_v0.4.zip"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue