-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
63 lines (63 loc) · 1.34 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"geode": "4.0.0-beta.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "user95401.geode-mod-comments",
"name": "Mod Comments",
"version": "v1.3.1",
"developer": "user95401",
"description": "add comments in mod popups",
"tags": [ "online", "enhancement", "interface", "content", "developer" ],
"links": {
"community": "https://discord.gg/6SxAbk3bTA",
"homepage": "https://t.me/user95401_channel/6",
"source": "https://github.com/user95401/Geode-Mod-Comments"
},
"resources": {
"sprites": [
"resources/sprites/*.png",
"resources/sprites/**/*.png"
],
"spritesheets": {
"main": [
"resources/sprites/*.png",
"resources/sprites/**/*.png"
]
},
"files": [
"resources/files/*",
"resources/files/**/*"
]
},
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.13.1",
"importance": "required"
}
],
"settings": {
"Clear Text For Comment Edit": {
"name": "Clear Text For Comment Edit",
"description": "clear data in input to start writing new text",
"type": "bool",
"default": false
},
"Notifications": {
"name": "Notifications",
"description": "Notifications",
"type": "bool",
"default": true
},
"Auth Warn": {
"name": "Auth Warn",
"description": "Auth Warn",
"type": "bool",
"default": true
}
}
}