From e5549f1e7771d5e21c8bc822dc8d2d2cc1625769 Mon Sep 17 00:00:00 2001 From: NetKAN inflator Robot Date: Mon, 28 Jun 2021 05:47:14 +0000 Subject: [PATCH] NetKAN added mod - ROLib-v1.3 --- ROLib/ROLib-v1.3.ckan | 62 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 ROLib/ROLib-v1.3.ckan diff --git a/ROLib/ROLib-v1.3.ckan b/ROLib/ROLib-v1.3.ckan new file mode 100644 index 0000000000..658dd2fb57 --- /dev/null +++ b/ROLib/ROLib-v1.3.ckan @@ -0,0 +1,62 @@ +{ + "spec_version": 1, + "identifier": "ROLib", + "name": "RO Library", + "abstract": "ROLib contains the common code supporting multiple RO* modules", + "author": [ + "pap1723", + "KSP-RO" + ], + "version": "v1.3", + "ksp_version_min": "1.8.1", + "ksp_version_max": "1.11.99", + "license": "CC-BY-SA-4.0", + "resources": { + "repository": "https://github.com/KSP-RO/ROLibrary", + "bugtracker": "https://github.com/KSP-RO/ROLibrary/issues", + "remote-avc": "https://raw.githubusercontent.com/KSP-RO/ROLibrary/master/GameData/ROLib/ROLib.version" + }, + "tags": [ + "library", + "plugin" + ], + "depends": [ + { + "name": "TexturesUnlimited" + } + ], + "recommends": [ + { + "name": "ROEngines" + }, + { + "name": "ROTanks" + }, + { + "name": "ROSolar" + }, + { + "name": "ROCapsules" + }, + { + "name": "RealismOverhaul" + }, + { + "name": "RP-0" + } + ], + "conflicts": [ + { + "name": "TweakableEverythingCont" + } + ], + "download": "https://github.com/KSP-RO/ROLibrary/releases/download/v1.3/ROLib-1.3.zip", + "download_size": 104450, + "download_hash": { + "sha1": "F36FDA0128802528073B563CD6938EFB1A16F9C4", + "sha256": "7C9FA61A39DA573CF7188DA84A6C2C2C13EDFA3D5DC9ECC3ADDA6ED10992BB27" + }, + "download_content_type": "application/zip", + "release_date": "2021-06-28T05:18:16Z", + "x_generated_by": "netkan" +}