ReStocked/CKAN/ReStock.netkan

37 lines
875 B
Plaintext
Raw Normal View History

2019-03-04 19:19:01 +00:00
{
2019-03-04 19:36:45 +00:00
"spec_version": "v1.4",
"identifier": "ReStock",
"name": "ReStock",
2019-03-05 20:52:30 +00:00
"abstract": "A community-built replacement for KSP's part models and textures. No effects on gameplay",
2019-03-04 19:36:45 +00:00
"author": "ReStock Team",
2019-03-04 19:56:28 +00:00
"$kref": "#/ckan/github/PorktoberRevolution/ReStocked/asset_match/ReStock_.*?\\.zip",
"$vref": "#/ckan/ksp-avc",
"license": "restricted",
2019-03-04 19:36:45 +00:00
"resources": {
2019-03-06 20:23:23 +00:00
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/",
2019-03-04 19:36:45 +00:00
"repository": "https://github.com/PorktoberRevolution/ReStocked"
},
"install": [
{
"find": "ReStock",
"install_to": "GameData",
"comment": "Restock installation"
}
],
"depends": [
{
"name": "ModuleManager"
}
],
"conflicts": [
{
"name": "VenStockRevamp"
}
],
"suggests": [
{
"name": "ReStockPlus"
}
]
2019-03-04 19:19:01 +00:00
}