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.)
This commit is contained in:
Paul Fenwick 2014-10-13 16:34:04 +11:00
parent f3f646a6de
commit 143020f281
2 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,8 @@
}
],
"depends" : [
{ "name" : "ModuleManager", "min_version" : "2.4.5" }
{ "name" : "ModuleManager", "min_version" : "2.4.5" },
{ "name" : "RFEngineConfigs" }
],
"conflicts" : [
{ "name" : "ModularFuelSystem" },

View File

@ -33,6 +33,7 @@
{ "name" : "ActiveTextureManagement" },
{ "name" : "Toolbar" }
],
"provides" : [ "RFEngineConfigs" ],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/84689",
"github" : {