Backport Parallax-Textures to Parallax 1.1.0 (#2172)
This commit is contained in:
parent
72d21b6af8
commit
9df7c5cd3b
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "Parallax-StockTextures",
|
||||
"name": "Parallax - Stock Planet Textures",
|
||||
"abstract": "A PBR terrain shader for planet surfaces",
|
||||
"author": "Gameslinx",
|
||||
"version": "1.1.0_-_PRE",
|
||||
"ksp_version": "1.10.1",
|
||||
"license": "CC-BY-NC-ND-4.0",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/197024-110x-parallax-a-pbr-terrain-shader-100/",
|
||||
"spacedock": "https://spacedock.info/mod/2539/Parallax",
|
||||
"repository": "https://github.com/Gameslinx/Tessellation",
|
||||
"x_screenshot": "https://spacedock.info/content/Gameslinx_10298/Parallax/Parallax-1600947558.1891763.png"
|
||||
},
|
||||
"tags": [
|
||||
"config",
|
||||
"graphics"
|
||||
],
|
||||
"provides": [
|
||||
"Parallax-Textures"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "Parallax"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "Parallax-Textures"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "Parallax_StockTextures",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/2539/Parallax/download/1.1.0_-_PRE",
|
||||
"download_size": 1746528899,
|
||||
"download_hash": {
|
||||
"sha1": "9CA9BEB87823184BDCE3FCE733732DC0EA055926",
|
||||
"sha256": "042DAB46ACA7606F8A51170425D73B9C87275E3E3A942B3E89D50771AAD17E03"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2020-11-07T18:38:30.875918+00:00",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -18,6 +18,14 @@
|
|||
"library",
|
||||
"graphics"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Kopernicus"
|
||||
},
|
||||
{
|
||||
"name": "Parallax-Textures"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Scatterer"
|
||||
|
|
|
@ -18,6 +18,14 @@
|
|||
"library",
|
||||
"graphics"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "Kopernicus"
|
||||
},
|
||||
{
|
||||
"name": "Parallax-Textures"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Scatterer"
|
||||
|
|
Loading…
Reference in New Issue