-
Notifications
You must be signed in to change notification settings - Fork 4
/
mod.json
39 lines (39 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
39
{
"geode": "4.0.0-beta.1",
"gd": {
"android": "2.2074",
"win": "2.2074",
"mac": "2.2074"
},
"version": "v1.4.10",
"id": "hiimjustin000.fake_rate",
"name": "Fake Rate",
"developer": "hiimjustin000",
"description": "A mod that allows you to assign a fake rating to online levels.",
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.12.0",
"importance": "required"
}
],
"resources": {
"sprites": [
"resources/*.png"
],
"files": [
"resources/*.plist"
]
},
"links": {
"community": "https://discord.gg/QVKmbvBXA7",
"source": "https://github.com/hiimjustin000/FakeRate",
"homepage": "https://www.hiimjustin000.com"
},
"tags": [
"customization",
"enhancement",
"interface",
"online"
]
}