-
Notifications
You must be signed in to change notification settings - Fork 11
/
USI-FTT.netkan
42 lines (42 loc) · 978 Bytes
/
USI-FTT.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
{
"spec_version" : "v1.4",
"identifier" : "USI-FTT",
"author" : "RoverDude",
"$kref" : "#/ckan/github/UmbraSpaceIndustries/FTT",
"$vref" : "#/ckan/ksp-avc",
"name" : "USI Freight Transport Technologies",
"abstract" : "A series of modular parts for all of your hauling, mining, and exploration needs!",
"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"
}
],
"conflicts" : [
{ "name": "SETI-CommunityTechTree" }
],
"install" : [
{
"find" : "UmbraSpaceIndustries/FTT",
"install_to" : "GameData/UmbraSpaceIndustries"
}
],
"x_last_revision_by": "DoktorKrogg"
}