forked from KSP-RO/RealPlume-StockConfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRealPlume-StockConfigs.netkan
More file actions
44 lines (44 loc) · 1.51 KB
/
RealPlume-StockConfigs.netkan
File metadata and controls
44 lines (44 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"spec_version" : "v1.4",
"$kref" : "#/ckan/github/KSP-RO/RealPlume-StockConfigs",
"ksp_version_min" : "1.0.4",
"ksp_version_max" : "1.0.5",
"name" : "Real Plume - Stock Configs",
"identifier" : "RealPlume-StockConfigs",
"abstract" : "A set of effects and basic configs that can be attached to any engine as appropriate. Requires secondary configs to function correctly.",
"license" : "CC-BY-NC-SA",
"depends" : [
{ "name" : "RealPlume" }
],
"suggests" : [
{ "name" : "ABLaunchers" },
{ "name" : "AIESAerospace-Unofficial" },
{ "name" : "AtomicAge" },
{ "name" : "CustomClusters" },
{ "name" : "CryoEngines" },
{ "name" : "FASA" },
{ "name" : "KSPX" },
{ "name" : "KWRocketry" },
{ "name" : "ModularRocketSystem" },
{ "name" : "ProceduralParts" },
{ "name" : "RLA-Stockalike" },
{ "name" : "SpaceY-Expanded" },
{ "name" : "SpaceY-Lifters" },
{ "name" : "SXT" },
{ "name" : "Taerobee" },
{ "name" : "Tantares" },
{ "name" : "TantaresLV" },
{ "name" : "TundraExploration" },
{ "name" : "VenStockRevamp" }
],
"provides" : [ "RealPlumeConfigs" ],
"resources" : {
"homepage" : "https://github.com/KSP-RO/RealPlume/wiki"
},
"install" : [
{
"find" : "RealPlume-Stock",
"install_to" : "GameData/RealPlume"
}
]
}