-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathmod.json
43 lines (40 loc) · 1.21 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
{
"geode": "4.0.0-beta.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074"
},
"version": "v1.0.8",
"id": "cdc.level_thumbnails",
"name": "Level Thumbnails",
"developer": "cdc",
"repository": "https://github.com/cdc-sys/level-thumbs-mod",
"description": "Adds thumbnails to levels in search.",
"resources": {
"sprites": [
"resources/thumbnailButton.png",
"resources/noThumb.png"
]
},
"settings": {
"thumbnailButton": {
"name": "Enable Thumbnail Button",
"description": "Adds a <cj>button</c> in the <cy>Level Page</c> that lets you view the thumbnail of the level you are currently on.",
"type": "bool",
"default": true
},
"cache-limit": {
"name": "Cache Limit",
"description": "The amount of thumbnails that are cached in memory (Lower this if you have a low amount of available memory).",
"type": "int",
"min": 0,
"default": 50
}
},
"dependencies": [{
"id": "geode.node-ids",
"version": ">=1.7.1",
"importance": "required"
}]
}