NetKAN added mod - Parallax-2.0.3
This commit is contained in:
parent
a86f2e3e0f
commit
51e4698be4
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "Parallax",
|
||||
"name": "Parallax",
|
||||
"abstract": "A PBR tessellation shader for planetary textures",
|
||||
"author": "Linx",
|
||||
"version": "2.0.3",
|
||||
"ksp_version_min": "1.11",
|
||||
"ksp_version_max": "1.12",
|
||||
"license": "CC-BY-NC-ND-4.0",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/197024-*",
|
||||
"repository": "https://github.com/Gameslinx/Tessellation",
|
||||
"bugtracker": "https://github.com/Gameslinx/Tessellation/issues"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"library",
|
||||
"graphics"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Kopernicus"
|
||||
},
|
||||
{
|
||||
"name": "Parallax-Textures"
|
||||
},
|
||||
{
|
||||
"name": "Parallax-Scatter-Textures"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Scatterer"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "Parallax-StockTextures",
|
||||
"max_version": "1.3.1"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "Parallax",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/Gameslinx/Tessellation/releases/download/2.0.3/Parallax-2.0.3.zip",
|
||||
"download_size": 4174314,
|
||||
"download_hash": {
|
||||
"sha1": "A957D190EA8BB7B89676329778272F614EE04DB5",
|
||||
"sha256": "D6227BE114F4893EB883E55DF5C961C0FD850CAAB46321654AA77E664CEFEB0D"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 4441994,
|
||||
"release_date": "2022-09-22T18:01:15Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue