-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
47 lines (47 loc) · 1.13 KB
/
mod.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
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
{
"geode": "5.4.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"resources": {
"sprites": [
"resources/*.png"
]
},
"id": "tjc47.better_level_thumbnails",
"name": "Better Level Thumbnails",
"version": "v1.0.0",
"developers": [
"TJC47",
"ArcticWoof"
],
"tags": [
"online",
"enhancement",
"utility"
],
"description": "Adds in-game features for Level Thumbnails.",
"dependencies": {
"prevter.imageplus": ">=1.0.0"
},
"links": {
"source": "https://github.com/TJC47/betterThumbnails"
},
"settings": {
"random-thumbnail-background": {
"type": "bool",
"name": "Display random Thumbnail background",
"description": "Shows a random Thumbnail as background in the Better Level Thumbnails menu",
"default": true
},
"dev-force-reauth": {
"type": "bool",
"name": "Force Reauthentication",
"description": "Force Reauthentication everytime you enter the Better Level Thumbnails menu, this is mainly for development purposes but can help fix issues after performing certain account management tasks.",
"default": false
}
}
}