-
Notifications
You must be signed in to change notification settings - Fork 0
/
swinfo.json
37 lines (37 loc) · 941 Bytes
/
swinfo.json
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
{
"spec": "2.0",
"mod_id": "KerbolarUpscale",
"author": "Cheese",
"name": "2.5x Kerbolar System",
"description": "This is a 2.5x rescale mod for KSP2",
"source": "https://github.com/cheese3660/2.5x-Kerbolar-System",
"version_check": "https://raw.githubusercontent.com/cheese3660/2.5x-Kerbolar-System/main/swinfo.json",
"version": "0.4.0",
"ksp2_version": {
"min": "0.2.0",
"max": "*"
},
"dependencies": [
{
"id": "com.github.x606.spacewarp",
"version": {
"min": "1.7.0",
"max": "*"
}
},
{
"id": "PatchManager",
"version": {
"min": "0.9.0",
"max": "*"
}
},
{
"id": "ShoeMaker",
"version": {
"min": "0.1.0",
"max": "*"
}
}
]
}