-
Notifications
You must be signed in to change notification settings - Fork 9
/
GroundConstruction.netkan
50 lines (45 loc) · 1.45 KB
/
GroundConstruction.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
{
"spec_version" : "v1.4",
"identifier" : "GroundConstruction",
"name" : "Global Construction",
"$kref" : "#/ckan/spacedock/1123",
"$vref" : "#/ckan/ksp-avc/GroundConstruction.version",
"abstract" : "Build vessels directly on other planets and in orbit using light-weight kits of high-tech components, with energy and raw materials produced on-site from Ore.",
"author" : [ "allista" ],
"license" : "MIT",
"resources":
{
"homepage" : "http://forum.kerbalspaceprogram.com/index.php?/topic/154167-122-ground-construction",
"bugtracker" : "https://github.com/allista/GroundConstruction/issues",
"repository" : "https://github.com/allista/GroundConstruction"
},
"depends":
[
{ "name": "ModuleManager" },
{ "name": "GroundConstruction-Core" }
],
"recommends":
[
{ "name": "ConfigurableContainers" }
],
"suggests":
[
{ "name": "ThrottleControlledAvionics" },
{ "name": "Hangar" },
{ "name": "KIS" },
{ "name": "KAS" },
{ "name": "KSP-AVC" }
],
"install":
[
{
"file": "GameData/GroundConstruction/Patches",
"install_to": "GameData/GroundConstruction"
},
{
"file": "GameData/GroundConstruction/Parts",
"install_to": "GameData/GroundConstruction",
"filter": ["DIYKit"]
}
]
}