-
Notifications
You must be signed in to change notification settings - Fork 9
/
GroundConstruction-Core.netkan
59 lines (56 loc) · 1.95 KB
/
GroundConstruction-Core.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
{
"spec_version" : "v1.4",
"identifier" : "GroundConstruction-Core",
"name" : "Global Construction Core",
"$kref" : "#/ckan/spacedock/1123",
"$vref" : "#/ckan/ksp-avc",
"abstract" : "This is the core component of the Global Construction mod. It should only be installed as a dependency by other mods.",
"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": "AT-Utils" },
{ "name": "CommunityResourcePack" }
],
"install":
[
{
"file": "GameData/GroundConstruction/Icons",
"install_to": "GameData/GroundConstruction"
},
{
"file": "GameData/GroundConstruction/Plugins",
"install_to": "GameData/GroundConstruction"
},
{
"file": "GameData/GroundConstruction/GroundConstruction.version",
"install_to": "GameData/GroundConstruction"
},
{
"file": "GameData/GroundConstruction/KitResources.cfg",
"install_to": "GameData/GroundConstruction"
},
{
"file": "GameData/GroundConstruction/IgnoreModules.cfg",
"install_to": "GameData/GroundConstruction"
},
{
"file": "GameData/GroundConstruction/Engineer.cfg",
"install_to": "GameData/GroundConstruction"
},
{
"file": "GameData/GroundConstruction/gc_ui.bundle",
"install_to": "GameData/GroundConstruction"
},
{
"file": "GameData/GroundConstruction/Parts/DIYKit",
"install_to": "GameData/GroundConstruction/Parts"
}
]
}