Merge commit '455c3d2e9a18618d77727100da31eef25ee92cbf'

* commit '455c3d2e9a18618d77727100da31eef25ee92cbf':
  FuelScience: Documented reason for filter.
  Fixed licence
  Fixed Exclusions:   FuelScience-0.4.ckan
  modified:   FuelScience-0.4.ckan
  Updated KSP Version, added cfg exclusions
This commit is contained in:
Paul Fenwick 2014-12-19 18:25:59 +11:00
commit bfaedea864
1 changed files with 17 additions and 8 deletions

View File

@ -1,27 +1,36 @@
{
"spec_version": 1,
"identifier": "FuelScience",
"license": "restricted",
"license": "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/67359"
},
"install": [
{
"file": "GameData/ArcanumIndustries",
"install_to": "GameData"
"install_to": "GameData",
"comment" : "We need to filter out some configs which otherwise result in duplicate parts; these are already in StationScience, which this depends upon",
"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.25",
"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"
}
}