From 7a466f300c32fe5772818da175c954ce9e9902e9 Mon Sep 17 00:00:00 2001 From: LucalisIndustries Date: Thu, 29 Sep 2022 22:54:46 +0000 Subject: [PATCH 1/2] Add Kerbalism Stock Science Patch from SpaceDock This is an automated commit on behalf of LucalisIndustries --- NetKAN/KerbalismStockSciencePatch.netkan | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 NetKAN/KerbalismStockSciencePatch.netkan diff --git a/NetKAN/KerbalismStockSciencePatch.netkan b/NetKAN/KerbalismStockSciencePatch.netkan new file mode 100644 index 0000000000..6cec8c02d1 --- /dev/null +++ b/NetKAN/KerbalismStockSciencePatch.netkan @@ -0,0 +1,12 @@ +spec_version: v1.18 +identifier: KerbalismStockSciencePatch +$kref: '#/ckan/spacedock/3127' +license: GPL-3.0 +tags: + - config +depends: + - name: ModuleManager +install: + - find: KerbalismConfig + install_to: GameData +x_via: Automated SpaceDock CKAN submission From e669fa9eaaff7c70748ff336c1f332debc82dafe Mon Sep 17 00:00:00 2001 From: HebaruSan Date: Thu, 22 Aug 2024 18:00:52 +0000 Subject: [PATCH 2/2] Remove spec version and license --- NetKAN/KerbalismStockSciencePatch.netkan | 3 --- 1 file changed, 3 deletions(-) diff --git a/NetKAN/KerbalismStockSciencePatch.netkan b/NetKAN/KerbalismStockSciencePatch.netkan index 6cec8c02d1..97372818dd 100644 --- a/NetKAN/KerbalismStockSciencePatch.netkan +++ b/NetKAN/KerbalismStockSciencePatch.netkan @@ -1,7 +1,5 @@ -spec_version: v1.18 identifier: KerbalismStockSciencePatch $kref: '#/ckan/spacedock/3127' -license: GPL-3.0 tags: - config depends: @@ -9,4 +7,3 @@ depends: install: - find: KerbalismConfig install_to: GameData -x_via: Automated SpaceDock CKAN submission