-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
modinfo.json
60 lines (60 loc) · 1.61 KB
/
modinfo.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "Command Palette",
"sourceDir": ".",
"targetDir": "CommandPalette",
"url": "https://github.com/fluffy-mods/CommandPalette",
"version": {
"major": 2,
"minor": 2,
"build": 119
},
"author": {
"name": "Fluffy",
"url": "https://github.com/fluffy-mods/",
"email": "[email protected]"
},
"git": {
"owner": "fluffy-mods",
"repo": "CommandPalette",
"url": "https://github.com/fluffy-mods/CommandPalette"
},
"changelog": [
{
"date": "2021-08-06T22:28:41.000Z",
"message": "release v2.1.119",
"author": {
"name": "Fluffy",
"email": "[email protected]"
},
"hash": "30b81ea99b6a708b0da8a2eed4e0b37cbd5dde99"
},
{
"date": "2021-08-06T22:28:14.000Z",
"message": "1.3 update",
"author": {
"name": "Fluffy",
"email": "[email protected]"
},
"hash": "e15bd98adc11a8cb5d95e95e65cea1c4910824b2"
}
],
"contributions": [],
"contributors": {},
"dependencies": [
{
"type": "required",
"id": "brrainz.harmony",
"name": "Harmony",
"steamId": 2009463077,
"download": "https://github.com/pardeike/HarmonyRimWorld/releases/latest"
},
{
"type": "loadAfter",
"id": "ludeon.rimworld"
},
{
"type": "loadAfter",
"id": "ludeon.rimworld.royalty"
}
]
}