From ce0430a0097cf877032960f24968c3b62cf57cd0 Mon Sep 17 00:00:00 2001 From: NetKAN inflator Robot Date: Tue, 9 Mar 2021 21:35:32 +0000 Subject: [PATCH] NetKAN updated mod - NewTantares-v24.0 --- NewTantares/NewTantares-v24.0.ckan | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/NewTantares/NewTantares-v24.0.ckan b/NewTantares/NewTantares-v24.0.ckan index 9181335afa..16c463c5bd 100644 --- a/NewTantares/NewTantares-v24.0.ckan +++ b/NewTantares/NewTantares-v24.0.ckan @@ -1,14 +1,16 @@ { - "spec_version": 1, + "spec_version": "v1.18", "identifier": "NewTantares", - "name": "New Tantares", - "abstract": "Stockalike Soyuz, LK and more!", + "name": "Tantares", + "abstract": "Stockalike Soviet Spacecraft", "author": "Beale", "version": "v24.0", - "ksp_version": "1.11", + "ksp_version_min": "1.10.1", + "ksp_version_max": "1.11", "license": "CC-BY-NC-SA-4.0", "resources": { - "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/73686-*", + "homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/73686-Tantares", + "spacedock": "https://spacedock.info/mod/174/Tantares", "repository": "https://github.com/Tantares/Tantares", "bugtracker": "https://github.com/Tantares/Tantares/issues" }, @@ -19,6 +21,9 @@ "localizations": [ "en-us" ], + "provides": [ + "Tantares" + ], "depends": [ { "name": "ModuleManager" @@ -36,8 +41,13 @@ ], "install": [ { - "file": "GameData/Tantares", + "find": "Tantares", "install_to": "GameData" + }, + { + "find": "Crafts", + "install_to": "Ships", + "as": "VAB" } ], "download": "https://github.com/Tantares/Tantares/releases/download/v24.0/Tantares.zip",