ReStocked/CKAN/ReStockPlus.netkan

35 lines
922 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": "ReStockPlus",
"name": "ReStock+",
2019-05-28 16:55:48 +00:00
"abstract": "A carefully curated set of new parts that fill gaping holes in the stock lineup, adding for example missing size classes for important part types",
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/ReStockPlus_.*?\\.zip",
"$vref": "#/ckan/ksp-avc",
"license": "restricted",
2019-03-04 19:36:45 +00:00
"resources": {
2019-03-06 20:23:45 +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": "ReStockPlus",
"install_to": "GameData",
"comment": "Restock+ installation"
}
],
"depends": [
{
"name": "ModuleManager"
2019-03-04 19:19:01 +00:00
},
2019-03-04 19:36:45 +00:00
{
"name": "ReStock"
}
],
"conflicts": [
{
"name": "VenStockRevamp"
}
]
2019-03-04 19:19:01 +00:00
}