From 143020f281fccb8958f32ea4129876b9c675f305 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Mon, 13 Oct 2014 16:34:04 +1100 Subject: [PATCH] Added RealFuels dep on RFEngineConfigs. Closes #6. (Mainly because we don't have the other mods indexed, otherwise we'd add provides lines to them, too.) --- RealFuels-7.4.ckan | 3 ++- RealismOverhaul.ckan | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RealFuels-7.4.ckan b/RealFuels-7.4.ckan index 2dee4b82ff..189a3e8886 100644 --- a/RealFuels-7.4.ckan +++ b/RealFuels-7.4.ckan @@ -28,7 +28,8 @@ } ], "depends" : [ - { "name" : "ModuleManager", "min_version" : "2.4.5" } + { "name" : "ModuleManager", "min_version" : "2.4.5" }, + { "name" : "RFEngineConfigs" } ], "conflicts" : [ { "name" : "ModularFuelSystem" }, diff --git a/RealismOverhaul.ckan b/RealismOverhaul.ckan index c172c56a09..90e6d6ae53 100644 --- a/RealismOverhaul.ckan +++ b/RealismOverhaul.ckan @@ -33,6 +33,7 @@ { "name" : "ActiveTextureManagement" }, { "name" : "Toolbar" } ], + "provides" : [ "RFEngineConfigs" ], "resources" : { "homepage" : "http://forum.kerbalspaceprogram.com/threads/84689", "github" : {