diff --git a/KerbalConstructionTime-RP-0-Config/KerbalConstructionTime-RP-0-Config-v0.24.ckan b/KerbalConstructionTime-RP-0-Config/KerbalConstructionTime-RP-0-Config-v0.24.ckan new file mode 100644 index 0000000000..2d53e6d8ab --- /dev/null +++ b/KerbalConstructionTime-RP-0-Config/KerbalConstructionTime-RP-0-Config-v0.24.ckan @@ -0,0 +1,38 @@ +{ + "spec_version": 1, + "identifier": "KerbalConstructionTime-RP-0-Config", + "name": "Kerbal Construction Time RP-0 Config", + "abstract": "A Kerbal Construction Time configuration meant to be used for RP-0", + "license": "CC-BY-4.0", + "author": "RP-0 Group", + "release_status": "development", + "depends": [ + { + "name": "RP-0" + }, + { + "name": "KerbalConstructionTime" + } + ], + "provides": [ + "KerbalConstructionTime-Config" + ], + "conflicts": [ + { + "name": "KerbalConstructionTime-Config" + } + ], + "install": [ + { + "file": "GameData/KerbalConstructionTime", + "install_to": "GameData" + } + ], + "resources": { + "repository": "https://github.com/KSP-RO/RP-0" + }, + "version": "v0.24", + "download": "https://github.com/KSP-RO/RP-0/releases/download/v0.24/RP-0-v0.24.zip", + "x_generated_by": "netkan", + "download_size": 567380 +} diff --git a/RP-0/RP-0-v0.24.ckan b/RP-0/RP-0-v0.24.ckan index f4b15ce09d..7f1fa58687 100644 --- a/RP-0/RP-0-v0.24.ckan +++ b/RP-0/RP-0-v0.24.ckan @@ -24,6 +24,12 @@ } ], "recommends": [ + { + "name": "KerbalConstructionTime" + }, + { + "name": "KerbalConstructionTime-RP-0-Config" + }, { "name": "ProceduralDynamics" },