Merge pull request #7 from pjf/6_RealFuels
Added RealFuels dependency on RFEngineConfigs.
This commit is contained in:
commit
4fdf37ffc4
|
@ -28,7 +28,8 @@
|
|||
}
|
||||
],
|
||||
"depends" : [
|
||||
{ "name" : "ModuleManager", "min_version" : "2.4.5" }
|
||||
{ "name" : "ModuleManager", "min_version" : "2.4.5" },
|
||||
{ "name" : "RFEngineConfigs" }
|
||||
],
|
||||
"conflicts" : [
|
||||
{ "name" : "ModularFuelSystem" },
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
{ "name" : "ActiveTextureManagement" },
|
||||
{ "name" : "Toolbar" }
|
||||
],
|
||||
"provides" : [ "RFEngineConfigs" ],
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/84689",
|
||||
"github" : {
|
Loading…
Reference in New Issue