diff --git a/Parallax/Parallax-2.0.5.ckan b/Parallax/Parallax-2.0.5.ckan new file mode 100644 index 0000000000..aba6ce62b2 --- /dev/null +++ b/Parallax/Parallax-2.0.5.ckan @@ -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" +}