-
Notifications
You must be signed in to change notification settings - Fork 11
/
Karbonite.netkan
66 lines (66 loc) · 1.59 KB
/
Karbonite.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
{
"spec_version" : "v1.4",
"identifier" : "Karbonite",
"author" : "RoverDude",
"$kref" : "#/ckan/github/UmbraSpaceIndustries/Karbonite",
"$vref" : "#/ckan/ksp-avc",
"name" : "Karbonite",
"abstract" : "A newly discovered mineral that has hydrocarbon-like properties and is perfect for processing into a fuel. It's easily mined from the surface, and can be found in liquid or gaseous forms on certain planets.",
"license" : "restricted",
"release_status" : "stable",
"resources" : {
"homepage" : "http://umbraspaceindustries.github.io/UmbraSpaceIndustries/"
},
"depends" : [
{
"name": "FirespitterCore",
"min_version": "v7.6.0"
},
{
"name": "ModuleManager",
"min_version": "2.8.0"
},
{
"name": "USITools",
"min_version": "0.9.0.0"
},
{
"name": "CommunityResourcePack",
"min_version": "0.7.0.0"
},
{
"name": "USI-Core",
"min_version": "0.4.0.0"
}
],
"suggests" : [
{ "name" : "TextureReplacer" }
],
"comment" : "This may be renamed to USI-Karbonite in the future",
"provides" : [ "USI-Karbonite" ],
"conflicts" : [
{ "name": "SETI-CommunityTechTree" }
],
"install" : [
{
"find" : "UmbraSpaceIndustries/Karbonite",
"install_to" : "GameData/UmbraSpaceIndustries"
},
{
"find" : "UmbraSpaceIndustries/KarbonitePlus",
"install_to" : "GameData/UmbraSpaceIndustries"
}
],
"x_netkan_override" : [
{
"version" : "0.6.2",
"delete" : [ "ksp_version" ],
"override" : {
"ksp_version_min" : "1.0.2",
"ksp_version_max" : "1.0.4"
}
}
],
"x_netkan_epoch": "1",
"x_last_revision_by": "DoktorKrogg"
}