From ebf0be934954648402178a9b181936abf4e1ce98 Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Mon, 4 Mar 2019 11:36:45 -0800 Subject: [PATCH] tabby mc tabface --- CKAN/ReStock.netkan | 68 ++++++++++++++++++++--------------------- CKAN/ReStockPlus.netkan | 62 ++++++++++++++++++------------------- 2 files changed, 65 insertions(+), 65 deletions(-) diff --git a/CKAN/ReStock.netkan b/CKAN/ReStock.netkan index 26e37afe..475d4671 100644 --- a/CKAN/ReStock.netkan +++ b/CKAN/ReStock.netkan @@ -1,36 +1,36 @@ { - "spec_version": "v1.4", - "identifier": "ReStock", - "name": "ReStock", - "abstract": "A community-built replacement for KSP's part models and textures. ", - "author": "ReStock Team", - "$vref": "#/ckan/ksp-avc/https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version", - "license": "All Rights Reserved", - "resources": { - "homepage": "tbd" - "repository": "https://github.com/PorktoberRevolution/ReStocked" - }, - "install": [ - { - "find": "ReStock", - "install_to": "GameData", - "comment": "Restock installation" - } - ], - "ksp_version": "1.6.1", - "depends": [ - { - "name": "ModuleManager" - } - ], - "conflicts": [ - { - "name": "VenStockRevamp" - } - ], - "suggests": [ - { - "name": "ReStockPlus" - } - ] + "spec_version": "v1.4", + "identifier": "ReStock", + "name": "ReStock", + "abstract": "A community-built replacement for KSP's part models and textures. ", + "author": "ReStock Team", + "$vref": "#/ckan/ksp-avc/https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/Distribution/Restock/GameData/ReStock/Versioning/ReStock.version", + "license": "All Rights Reserved", + "resources": { + "homepage": "tbd", + "repository": "https://github.com/PorktoberRevolution/ReStocked" + }, + "install": [ + { + "find": "ReStock", + "install_to": "GameData", + "comment": "Restock installation" + } + ], + "ksp_version": "1.6.1", + "depends": [ + { + "name": "ModuleManager" + } + ], + "conflicts": [ + { + "name": "VenStockRevamp" + } + ], + "suggests": [ + { + "name": "ReStockPlus" + } + ] } diff --git a/CKAN/ReStockPlus.netkan b/CKAN/ReStockPlus.netkan index 1e6f5aee..bf16cded 100644 --- a/CKAN/ReStockPlus.netkan +++ b/CKAN/ReStockPlus.netkan @@ -1,34 +1,34 @@ { - "spec_version": "v1.4", - "identifier": "ReStockPlus", - "name": "ReStock+", - "abstract": "A set of new parts that fill gaping holes in the stock lineup, adding missing types for size classes", - "author": "ReStock Team", - "$vref": "#/ckan/ksp-avc/https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version", - "license": "All Rights Reserved", - "resources": { - "homepage": "tbd" - "repository": "https://github.com/PorktoberRevolution/ReStocked" + "spec_version": "v1.4", + "identifier": "ReStockPlus", + "name": "ReStock+", + "abstract": "A set of new parts that fill gaping holes in the stock lineup, adding missing types for size classes", + "author": "ReStock Team", + "$vref": "#/ckan/ksp-avc/https://raw.githubusercontent.com/PorktoberRevolution/ReStocked/prod/Distribution/RestockPlus/GameData/ReStockPlus/Versioning/ReStockPlus.version", + "license": "All Rights Reserved", + "resources": { + "homepage": "tbd", + "repository": "https://github.com/PorktoberRevolution/ReStocked" + }, + "install": [ + { + "find": "ReStockPlus", + "install_to": "GameData", + "comment": "Restock+ installation" + } + ], + "ksp_version": "1.6.1", + "depends": [ + { + "name": "ModuleManager" }, - "install": [ - { - "find": "ReStockPlus", - "install_to": "GameData", - "comment": "Restock+ installation" - } - ], - "ksp_version": "1.6.1", - "depends": [ - { - "name": "ModuleManager" - }, - { - "name": "ReStock" - } - ], - "conflicts": [ - { - "name": "VenStockRevamp" - } - ] + { + "name": "ReStock" + } + ], + "conflicts": [ + { + "name": "VenStockRevamp" + } + ] }