diff --git a/CustomBiomes/CustomBiomes-v1.7.2.ckan b/CustomBiomes/CustomBiomes-v1.7.2.ckan new file mode 100644 index 0000000000..911f8dea5c --- /dev/null +++ b/CustomBiomes/CustomBiomes-v1.7.2.ckan @@ -0,0 +1,34 @@ +{ + "spec_version": 1, + "name": "Custom Biomes", + "identifier": "CustomBiomes", + "abstract": "Add or replace biomes to any celestial body in KSP", + "license": "CC-BY-NC-SA-3.0", + "release_status": "stable", + "ksp_version": "0.90", + "depends": [ + { + "name": "CustomBiomes-Data" + } + ], + "recommends": [ + { + "name": "CustomBiomes-Data-Stock" + } + ], + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/66256", + "repository": "https://github.com/NathanKell/CustomBiomes" + }, + "install": [ + { + "file": "CustomBiomes", + "install_to": "GameData" + } + ], + "author": "NathanKell", + "version": "v1.7.2", + "download": "https://github.com/NathanKell/CustomBiomes/releases/download/v1.7.2/CustomBiomes_1_7_2.zip", + "x_generated_by": "netkan", + "download_size": 24559 +}