forked from TweakScale/Companion_ReStockPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TweakScaleCompanion-ReStockPlus.netkan
34 lines (33 loc) · 1.15 KB
/
TweakScaleCompanion-ReStockPlus.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
{
"spec_version" : "v1.2",
"$kref" : "#/ckan/spacedock/2424",
"$vref" : "#/ckan/ksp-avc",
"identifier" : "TweakScaleCompanion-ReStockPlus",
"name" : "TweakScale Companion for the ReStockPlus AddOn",
"abstract" : "Adds TweakScale /L patches for ReStockPlus.",
"license" : [ "GPL-2.0", "restricted" ],
"release_status" : "stable",
"x_netkan_force_v" : true,
"author": [
"OnlyLightMatters",
"LisiasT"
],
"install" : [
{
"file" : "GameData/TweakScaleCompanion/ReStockPlus",
"install_to" : "GameData/TweakScaleCompanion"
}
],
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/192216-*",
"repository": "https://github.com/net-lisias-ksp/TweakScaleCompanion_ReStockPlus"
},
"depends" : [
{ "name" : "ModuleManager", "min_version" : "4.0.3" },
{ "name" : "TweakScale", "min_version" : "2.4.4" },
{ "name" : "ReStockPlus", "min_version" : "1.0.3" }
],
"suggests" : [
{ "name" : "RestockRigidLegs" }
]
}