parent
636d5768d8
commit
63a4461b2d
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "FuelScience",
|
||||
"license": "restricted",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/67359"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ArcanumIndustries",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"depends" : [
|
||||
{ "name" : "StationScience" }
|
||||
],
|
||||
"ksp_version_min": "0.23.5",
|
||||
"ksp_version_max": "0.25",
|
||||
"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"
|
||||
}
|
|
@ -13,8 +13,11 @@
|
|||
"file": "GameData/StationScience",
|
||||
"install_to": "GameData",
|
||||
"filter": "OldParts.zip"
|
||||
}
|
||||
],
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{ "name" : "FuelScience" }
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"name": "Station Science",
|
||||
"abstract": "Station Science mod adds several large parts designed to be integrated into a permanent space station.",
|
||||
|
|
Loading…
Reference in New Issue