KSP-mods/CKAN/RSDedup.ckan

33 lines
896 B
Plaintext
Raw Permalink Normal View History

2022-12-06 10:47:33 +11:00
{
"spec_version": "v1.4",
"name": "Missing History / ReStock Redundancy Patch",
"identifier": "RSDedup",
"abstract": "Hides redundant parts when both Missing History and ReStock+ are installed.",
"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": "MissingHistory" },
{ "name": "ReStockPlus" }
],
2022-12-06 10:47:33 +11:00
"resources": {
"homepage": "https://git.shadowkat.net/izaya/KSP-mods/RSDedup",
"repository": "https://git.shadowkat.net/izaya/KSP-mods",
},
"install" : [
{ "file" : "ksp-mods/RSDedup",
"install_to" : "GameData"
}
],
"tags": [
2022-12-08 11:11:05 +11:00
"parts",
"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
}