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