-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
38 lines (38 loc) · 942 Bytes
/
mod.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
{
"geode": "4.0.1",
"gd": {
"android": "2.2074",
"win": "2.2074",
"mac": "2.2074"
},
"version": "v1.1.2",
"id": "hiimjustin000.better_safe",
"name": "Better Safe",
"developer": "hiimjustin000",
"description": "A mod that expands The Safe with a calendar.",
"settings": {
"sunday-first": {
"name": "Sunday First",
"description": "Start the week on Sunday instead of Monday.",
"type": "bool",
"default": false
}
},
"resources": {
"sprites": [
"resources/*.png"
]
},
"links": {
"community": "https://discord.gg/QVKmbvBXA7",
"source": "https://github.com/hiimjustin000/BetterSafe",
"homepage": "https://www.hiimjustin000.com"
},
"tags": [
"content",
"enhancement",
"interface",
"online",
"utility"
]
}