-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodinfo.json
95 lines (95 loc) · 2.65 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
89
90
91
92
93
94
95
{
"name": "Backup Power",
"sourceDir": ".",
"targetDir": "BackupPower",
"url": "https://github.com/fluffy-mods/BackupPower",
"version": {
"major": 2,
"minor": 1,
"build": 10
},
"author": {
"name": "Fluffy",
"url": "https://github.com/fluffy-mods/",
"email": "[email protected]"
},
"git": {
"owner": "fluffy-mods",
"repo": "BackupPower",
"url": "https://github.com/fluffy-mods/BackupPower"
},
"changelog": [
{
"date": "2022-02-26T16:06:56.000Z",
"message": "Update description",
"author": {
"name": "Fluffy",
"email": "[email protected]"
},
"hash": "bd651a28c5e02269f3fe9cd4ef5444b62d9b62c9"
},
{
"date": "2022-02-26T16:03:15.000Z",
"message": "Update description",
"author": {
"name": "Fluffy",
"email": "[email protected]"
},
"hash": "480be91389ee02d1fa9ed6daa3334b5ebbb7ee5e"
},
{
"date": "2021-07-31T14:35:52.000Z",
"message": "red squiglies, update project",
"author": {
"name": "Fluffy",
"email": "[email protected]"
},
"hash": "1fce8fcccbb9e15a3bbc961f100ff7d7f41cf6a1"
},
{
"date": "2021-06-03T06:12:08.000Z",
"message": "Create BackupPower.xml",
"author": {
"name": "Juijote",
"email": "[email protected]"
},
"hash": "15d661cc0de073db960d3a4fc49823b341307f03"
}
],
"contributions": [
{
"hash": "15d661cc0de073db960d3a4fc49823b341307f03",
"author": "Juijote",
"description": "Simplified Chinese translation"
}
],
"contributors": {
"Juijote": [
{
"hash": "15d661c",
"author": "Juijote",
"description": "Simplified Chinese translation"
}
]
},
"dependencies": [
{
"type": "loadAfter",
"id": "Ludeon.RimWorld"
}
],
"attributions": [
{
"description": "power button preview icon",
"author": "Freepik",
"license": "BY-NC",
"url": "https://www.freepik.com/"
},
{
"description": "thunder preview icon",
"author": "Pixel Perfect",
"license": "BY-NC",
"url": "https://icon54.com/"
}
]
}