forked from KSP-RO/ROCapsules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ROCapsules.netkan
39 lines (39 loc) · 1.24 KB
/
ROCapsules.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
{
"spec_version" : "v1.10",
"$kref" : "#/ckan/github/KSP-RO/ROCapsules",
"$vref" : "#/ckan/ksp-avc",
"x_netkan_force_v": true,
"name" : "ROCapsules",
"identifier" : "ROCapsules",
"abstract" : "ROCapsules is a mod that takes the best versions of capsules available and uses them as the in-game models for Realism Overhaul parts.",
"author" : "pap1723,KSP-RO",
"license" : "CC-BY-SA",
"release_status" : "stable",
"depends" : [
{ "name" : "RealismOverhaul" },
{ "name" : "TexturesUnlimited" },
{ "name" : "ROLib" },
{ "name" : "B9PartSwitch" },
{ "name" : "DepthMask" },
{ "name" : "KSPWheel" }
],
"recommends" : [
{ "name" : "ROEngines" },
{ "name" : "ROTanks" },
{ "name" : "ProceduralFairings" },
{ "name" : "ProceduralParts" },
{ "name" : "MechJeb2" },
{ "name" : "RealSolarSystem" },
{ "name" : "KSCSwitcher" },
{ "name" : "RP-0" }
],
"conflicts" : [
{ "name" : "TweakableEverything" }
],
"install" : [
{
"file" : "GameData/ROCapsules",
"install_to" : "GameData"
}
]
}