-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodinfo.json
88 lines (88 loc) · 2.7 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "Music Manager",
"sourceDir": ".",
"targetDir": "MusicManager",
"url": "https://github.com/fluffy-mods/MusicManager",
"version": {
"major": 2,
"minor": 3,
"build": 228
},
"author": {
"name": "Fluffy",
"url": "https://github.com/fluffy-mods/",
"email": "[email protected]"
},
"git": {
"owner": "fluffy-mods",
"repo": "MusicManager",
"url": "https://github.com/fluffy-mods/MusicManager"
},
"changelog": [
{
"date": "2022-02-26T16:15:03.000Z",
"message": "Update description",
"author": {
"name": "FluffierThanThou",
"email": "[email protected]"
},
"hash": "775cc763adb278ff28327891a3ced5730566e346"
},
{
"date": "2021-07-28T22:20:02.000Z",
"message": "disable mod in pre-game screens, code style stuff",
"author": {
"name": "FluffierThanThou",
"email": "[email protected]"
},
"hash": "186159bc0761c24ac8c8fd16784e79b923ef2d20"
},
{
"date": "2021-07-28T08:53:17.000Z",
"message": "add some checks and logging to audioSource getter",
"author": {
"name": "FluffierThanThou",
"email": "[email protected]"
},
"hash": "72228c71e6386105f7185e90c71a3860101f7197"
},
{
"date": "2021-07-27T22:15:31.000Z",
"message": "release v2.1.198",
"author": {
"name": "FluffierThanThou",
"email": "[email protected]"
},
"hash": "48e380b9dd5509046cb09cfd831e3e3a891efaca"
},
{
"date": "2021-07-27T22:15:11.000Z",
"message": "add correct steam id",
"author": {
"name": "FluffierThanThou",
"email": "[email protected]"
},
"hash": "a402ec10f60429e13368f7ee9d83f9c564d099fa"
},
{
"date": "2021-07-27T21:18:23.000Z",
"message": "remove squiglies",
"author": {
"name": "Fluffy",
"email": "[email protected]"
},
"hash": "e62b8330fa15c0b1bb9538dda6640d4a2a70c17c"
}
],
"contributions": [],
"contributors": {},
"dependencies": [
{
"type": "required",
"id": "brrainz.harmony",
"name": "Harmony",
"steamId": 2009463077,
"download": "https://github.com/pardeike/HarmonyRimWorld/releases/latest"
}
]
}