-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
44 lines (44 loc) · 1018 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
39
40
41
42
43
44
{
"geode": "4.2.0",
"gd": {
"android": "2.2074",
"win": "2.2074",
"mac": "2.2074"
},
"version": "v1.7.1",
"id": "hiimjustin000.more_icons",
"name": "More Icons",
"developer": "hiimjasmine00",
"description": "A mod that loads custom icons.",
"dependencies": {
"geode.node-ids": ">=v1.17.0",
"geode.texture-loader": {
"importance": "suggested",
"version": ">=v1.7.0"
}
},
"resources": {
"sprites": [
"resources/*.png"
]
},
"api": {
"include": [
"include/MoreIcons.hpp"
]
},
"links": {
"community": "https://discord.gg/QVKmbvBXA7",
"source": "https://github.com/hiimjasmine00/MoreIcons",
"homepage": "https://www.hiimjustin000.com"
},
"tags": [
"content",
"customization",
"enhancement",
"gameplay",
"interface",
"modtober24",
"offline"
]
}