-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathKRnD.netkan
36 lines (36 loc) · 1.2 KB
/
KRnD.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
{
"spec_version" : "v1.4",
"identifier" : "KerbalResearchAndDevelopment",
"$kref" : "#/ckan/github/mmoench/KRnD",
"name" : "Kerbal Research And Development",
"abstract" : "This mod allows the player to invest science points to improve the stats of parts such as the mass or engine-efficiency.",
"license" : "CC-BY-NC-SA-4.0",
"ksp_version" : "1.4.2",
"author" : "mm",
"x_netkan_github": {
"use_source_archive": true
},
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/128204-105-kerbal-research-development/"
},
"depends": [
{ "name": "ModuleManager" }
],
"install" : [
{
"find" : "KRnD",
"install_to" : "GameData"
}
],
"conflicts" : [
{ "name" : "B9AerospaceProceduralParts" },
{ "name" : "InterstellarFuelSwitch" },
{ "name" : "ProceduralAirships" },
{ "name" : "ProceduralDynamics" },
{ "name" : "ProceduralFairings" },
{ "name" : "ProceduralParts" },
{ "name" : "ProceduralParts-Extended" },
{ "name" : "ProceduralProbes" },
{ "name" : "TweakScale" }
]
}