KSP-mods/CKAN/MonopropTanks.ckan

33 lines
917 B
Plaintext

{
"spec_version": "v1.4",
"name": "Monopropellant Tank Switch",
"identifier": "SKSMonopropTanks",
"abstract": "Adds monopropellant to the B9PS configs CryoTanks uses. May have unexpected effects without it.",
"author": "Izaya",
"license": "restricted",
"version": "v1",
"release_status": "stable",
"ksp_version_min": "1.8.0",
"ksp_version_max": "1.12.99",
"depends": [
{ "name": "B9PartSwitch" },
{ "name": "CryoTanks" }
],
"resources": {
"homepage": "https://git.shadowkat.net/izaya/KSP-mods/MonopropTanks",
"repository": "https://git.shadowkat.net/izaya/KSP-mods",
},
"install" : [
{ "file" : "ksp-mods/MonopropTanks",
"install_to" : "GameData"
}
],
"tags": [
"parts",
"config"
],
"download": "https://git.shadowkat.net/izaya/KSP-mods/archive/master.zip",
"download_content_type": "application/zip",
"install_size": 437410
}