"NetKAN generated mods - CryoTanks-1.1.2"

This commit is contained in:
NetKAN inflator Robot 2019-04-17 22:20:14 +00:00
parent f992fca567
commit e7d64f173a
1 changed files with 10 additions and 5 deletions

View File

@ -1,17 +1,21 @@
{
"spec_version": "v1.4",
"identifier": "CryoTanks",
"name": "Cryogenic Tanks",
"abstract": "A set of fuel tanks containing liquid hydrogen, with active cryocooling",
"name": "Cryo Tanks",
"abstract": "A set of fuel tanks for containing Liquid Hydrogen. Also adds Liquid Hydrogen storage to most stock tanks",
"author": "ChrisAdderley",
"license": "CC-BY-NC-SA-4.0",
"license": "restricted",
"resources": {
"homepage": "https://github.com/ChrisAdderley/CryoTanks/wiki",
"repository": "https://github.com/ChrisAdderley/CryoTanks"
},
"version": "1.1.2",
"ksp_version_min": "1.7.0",
"ksp_version_max": "1.7.99",
"depends": [
{
"name": "CryoTanks-Core"
},
{
"name": "ModuleManager"
},
@ -32,8 +36,9 @@
],
"install": [
{
"file": "GameData/CryoTanks",
"install_to": "GameData"
"find": "CryoTanks",
"install_to": "GameData",
"filter": "SimpleBoiloff.dll"
}
],
"download": "https://github.com/ChrisAdderley/CryoTanks/releases/download/1.1.2/CryoTanks_1_1_2.zip",