NetKAN added mod - Parallax-2.0.2
This commit is contained in:
parent
58f128d5ee
commit
0aebcc57f9
|
@ -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.2",
|
||||
"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.2/Parallax-2.0.2.zip",
|
||||
"download_size": 4174191,
|
||||
"download_hash": {
|
||||
"sha1": "705445C742DDB5A8006D510CD28BF18201367512",
|
||||
"sha256": "7BEE0DE3CED0BECF1F22862D803D8684849228C851651ED7174982C9C9711E9D"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 4441482,
|
||||
"release_date": "2022-09-15T22:50:45Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue