NetKAN added mod - Parallax-2.0.5
This commit is contained in:
parent
c7068d4c95
commit
488304875a
|
@ -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.5",
|
||||
"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.5/Parallax-2.0.5.zip",
|
||||
"download_size": 4175102,
|
||||
"download_hash": {
|
||||
"sha1": "29EB5D6661222B5AFA457A9B9C49F9A9EC6CCF59",
|
||||
"sha256": "73D03E3E1850E42C3D31B5C645E8D7D647EC3190E2A8103101023F66FC6C5EA0"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 4444042,
|
||||
"release_date": "2022-12-17T14:46:20Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue