KSP-mods/CKAN/NFENTRPatch.ckan

32 lines
858 B
Plaintext
Raw Normal View History

2022-12-06 10:47:33 +11:00
{
"spec_version": "v1.4",
"name": "NFE/Kerbal Atomics Patch",
"identifier": "NFENTRPatch",
"abstract": "MM Config to set fancy nuclear engines if NFE is around",
"author": "Izaya",
"license": "restricted",
"version": "v1",
"release_status": "stable",
"ksp_version_min": "1.8.0",
"ksp_version_max": "1.12.99",
2022-12-08 11:11:05 +11:00
"depends": [
{ "name": "NearFutureElectrical" },
{ "name": "ReStockPlus" }
],
2022-12-06 10:47:33 +11:00
"resources": {
"homepage": "https://git.shadowkat.net/izaya/KSP-mods/KPUFlags",
"repository": "https://git.shadowkat.net/izaya/KSP-mods",
},
"install" : [
{ "file" : "ksp-mods/NFENTRPatch",
"install_to" : "GameData"
}
],
"tags": [
2022-12-08 11:11:05 +11:00
"config"
2022-12-06 10:47:33 +11:00
],
"download": "https://git.shadowkat.net/izaya/KSP-mods/archive/master.zip",
"download_content_type": "application/zip",
"install_size": 437410
}