diff --git a/Parallax/Parallax-1.3.1.ckan b/Parallax/Parallax-1.3.1.ckan new file mode 100644 index 0000000000..8b2aeb24f7 --- /dev/null +++ b/Parallax/Parallax-1.3.1.ckan @@ -0,0 +1,49 @@ +{ + "spec_version": "v1.4", + "identifier": "Parallax", + "name": "Parallax", + "abstract": "A PBR tessellation shader for planetary textures", + "author": "Linx", + "version": "1.3.1", + "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" + } + ], + "recommends": [ + { + "name": "Scatterer" + } + ], + "install": [ + { + "find": "Parallax", + "install_to": "GameData" + } + ], + "download": "https://github.com/Gameslinx/Tessellation/releases/download/1.3.1/Parallax-1.3.1.zip", + "download_size": 3419393, + "download_hash": { + "sha1": "E8F1A47956CA62311B44B59E165CDE0F6BBB84CF", + "sha256": "8F0ECAE168DBE6A8C309030C171432D9617CA08FFC4A080787A85725479EE23B" + }, + "download_content_type": "application/zip", + "release_date": "2021-10-25T17:40:48Z", + "x_generated_by": "netkan" +}