-
Notifications
You must be signed in to change notification settings - Fork 3
/
mod.json
51 lines (51 loc) · 1.37 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"geode": "4.0.0-beta.1",
"gd": {
"android": "2.2074",
"win": "2.2074",
"mac": "2.2074"
},
"version": "v1.7.2",
"id": "hiimjustin000.integrated_demonlist",
"name": "Integrated Demonlist",
"developer": "hiimjustin000",
"description": "A mod that integrates aredl.net and pemonlist.com into Geometry Dash.",
"resources": {
"sprites": [
"resources/*.png"
]
},
"settings": {
"enable-rank": {
"name": "Enable Demon Ranking Text",
"description": "Whether or not to display the demon ranking text.",
"type": "bool",
"default": true
},
"white-rank": {
"name": "White Demon Ranking Text",
"description": "Whether or not to display the demon ranking text in white.",
"type": "bool",
"default": false
}
},
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.12.0",
"importance": "required"
}
],
"links": {
"community": "https://discord.gg/QVKmbvBXA7",
"source": "https://github.com/hiimjustin000/IntegratedDemonlist",
"homepage": "https://www.hiimjustin000.com"
},
"tags": [
"content",
"enhancement",
"interface",
"online",
"utility"
]
}