mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
CKAN files
This commit is contained in:
parent
28a7cc0139
commit
48cb9c2990
36
CKAN/ReStock.netkan
Normal file
36
CKAN/ReStock.netkan
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"spec_version": "v1.4",
|
||||||
|
"identifier": "ReStock",
|
||||||
|
"name": "ReStock",
|
||||||
|
"abstract": "A community-built replacement for KSP's part models and textures. ",
|
||||||
|
"author": "ReStock Team",
|
||||||
|
"version": "0.1.0"
|
||||||
|
"license": "All Rights Reserved",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "tbd"
|
||||||
|
"repository": "https://github.com/PorktoberRevolution/ReStocked"
|
||||||
|
},
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"find": "ReStock",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"comment": "Restock installation"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ksp_version": "1.6.1",
|
||||||
|
"depends": [
|
||||||
|
{
|
||||||
|
"name": "ModuleManager"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conflicts": [
|
||||||
|
{
|
||||||
|
"name": "VenStockRevamp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suggests": [
|
||||||
|
{
|
||||||
|
"name": "ReStockPlus"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
34
CKAN/ReStockPlus.netkan
Normal file
34
CKAN/ReStockPlus.netkan
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"spec_version": "v1.4",
|
||||||
|
"identifier": "ReStockPlus",
|
||||||
|
"name": "ReStock+",
|
||||||
|
"abstract": "A set of new parts that fill gaping holes in the stock lineup, adding missing types for size classes",
|
||||||
|
"author": "ReStock Team",
|
||||||
|
"version": "0.1.0"
|
||||||
|
"license": "All Rights Reserved",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "tbd"
|
||||||
|
"repository": "https://github.com/PorktoberRevolution/ReStocked"
|
||||||
|
},
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"find": "ReStockPlus",
|
||||||
|
"install_to": "GameData",
|
||||||
|
"comment": "Restock+ installation"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ksp_version": "1.6.1",
|
||||||
|
"depends": [
|
||||||
|
{
|
||||||
|
"name": "ModuleManager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "ReStock"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conflicts": [
|
||||||
|
{
|
||||||
|
"name": "VenStockRevamp"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user