-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
39 lines (39 loc) · 898 Bytes
/
mod.json
File metadata and controls
39 lines (39 loc) · 898 Bytes
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": "5.4.1",
"gd": {
"win": "2.2081",
"mac": "2.2081",
"ios": "2.2081",
"android": "2.2081"
},
"id": "dulak.wraith-help",
"name": "Wraith Helper",
"version": "1.5.0",
"developer": "Dulak",
"description": "Wraith codes tracker",
"links": {
"source": "https://github.com/dulakgg/Wraith-codes",
"homepage": "https://www.dulakgg.me/",
"community": "https://discord.gg/CQFyRJDP5y"
},
"dependencies": {
"geode.node-ids": ">=1.21.1"
},
"issues": {
"info": "Submit problems on repo page (github) or @dulakgg on Discord.",
"url": "https://github.com/dulakgg/Wraith-codes/issues"
},
"tags": ["enhancement", "interface", "online"],
"settings": {
"secret": {
"name": "keep the codes secret",
"type": "bool",
"default": false
},
"soggy": {
"name": "soggy? What are you doing here?",
"type": "bool",
"default": false
}
}
}