NetKAN added mod - Waterfall-0.3.0
This commit is contained in:
parent
07adb5ffbd
commit
c558f742a1
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "Waterfall",
|
||||
"name": "Waterfall Core",
|
||||
"abstract": "Core Waterfall plugin to drive engine effects, plus default effect templates. Does nothing on its own, other mods supply compatibility.",
|
||||
"author": "Chris Adderley (Nertea)",
|
||||
"version": "0.3.0",
|
||||
"ksp_version_min": "1.8.1",
|
||||
"ksp_version_max": "1.11.99",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/196309-wip-waterfall-a-framework-for-continuous-mesh-driven-engine-effects-dec-19/",
|
||||
"repository": "https://github.com/post-kerbin-mining-corporation/Waterfall",
|
||||
"bugtracker": "https://github.com/post-kerbin-mining-corporation/Waterfall/issues",
|
||||
"metanetkan": "https://github.com/post-kerbin-mining-corporation/Waterfall/raw/master/CKAN/Waterfall.netkan"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"library"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "Waterfall",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/post-kerbin-mining-corporation/Waterfall/releases/download/0.3.0/Waterfall_0_3_0.zip",
|
||||
"download_size": 19719658,
|
||||
"download_hash": {
|
||||
"sha1": "EF4282ECF146E4F62A9EE0A8998CC8D60FBC63CD",
|
||||
"sha256": "ABD75312EDA6C0AC8D64932F3322415C7152DCAE7A9F93252C60A3F408762459"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2020-12-23T07:27:33Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue