-
Notifications
You must be signed in to change notification settings - Fork 7
/
ConfigurableContainers.netkan
73 lines (67 loc) · 2.23 KB
/
ConfigurableContainers.netkan
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"spec_version" : "v1.4",
"identifier" : "ConfigurableContainers",
"$kref" : "#/ckan/spacedock/1002",
"$vref" : "#/ckan/ksp-avc",
"abstract" : "This mod converts all the stock fuel tanks and resource containers so that you can change the resource(s) they hold in Editor and in Flight.",
"author" : [ "allista" ],
"license" : "MIT",
"resources":
{
"homepage" : "http://forum.kerbalspaceprogram.com/index.php?/topic/150104-12-configurable-containers",
"bugtracker" : "https://github.com/allista/ConfigurableContainers/issues",
"repository" : "https://github.com/allista/ConfigurableContainers"
},
"depends":
[
{ "name": "ModuleManager" },
{ "name": "AT-Utils" }
],
"suggests":
[
{ "name": "KSP-AVC" },
{ "name": "CommunityResourcePack" }
],
"supports":
[
{ "name": "B9-PWings-Fork" },
{ "name": "BluedogDB" },
{ "name": "DodoLabsStockalikeElectron" },
{ "name": "FuelTanksPlus" },
{ "name": "Goodspeed" },
{ "name": "Hangar" },
{ "name": "KWRocketryRebalanced" },
{ "name": "KerbalPlanetaryBaseSystems" },
{ "name": "Mk-X" },
{ "name": "Mk2Expansion" },
{ "name": "Mk3Expansion" },
{ "name": "Mk3HypersonicSystems" },
{ "name": "ModularRocketSystem" },
{ "name": "ModularRocketSystemsLITE" },
{ "name": "MunarIndustriesFTX" },
{ "name": "NearFuturePropulsion" },
{ "name": "OPTReconfig" },
{ "name": "OPTSpacePlaneParts" },
{ "name": "RaginCaucasian" },
{ "name": "ReStockPlus" },
{ "name": "SpaceY-Expanded" },
{ "name": "SpaceY-Lifters" },
{ "name": "StandardPropulsionSystems" },
{ "name": "StockalikeMiningExtension" },
{ "name": "StreamlineEnginesRCSsandfueltanks" },
{ "name": "TALSphericalToroidalPack" },
{ "name": "TweakScale" }
],
"conflicts":
[
{ "name": "ModularFuelTanks" },
{ "name": "RealFuels" }
],
"install":
[
{
"file": "GameData/ConfigurableContainers",
"install_to": "GameData"
}
]
}