-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
40 lines (40 loc) · 819 Bytes
/
mod.json
File metadata and controls
40 lines (40 loc) · 819 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
40
{
"geode": "4.7.0",
"gd": {
"win": "2.2074",
"mac": "2.2074",
"ios": "2.2074",
"android": "2.2074"
},
"id": "zilko.level_showcases",
"name": "Level Showcases",
"version": "v1.1.4",
"developer": "Zilko",
"description": "links to showcases",
"dependencies": {
"geode.node-ids": ">=1.20.1"
},
"links": {
"source": "https://github.com/ZiLko/Level-Showcases",
"community": "https://discord.gg/RNjH2pdSrC"
},
"settings": {
"disable": {
"name": "Disable",
"description": "Disables the mod.",
"type": "bool",
"default": false
},
"disable-icon": {
"name": "Disable Icon",
"description": "Disables the showcase icon in Level Cells.",
"type": "bool",
"default": false
}
},
"resources": {
"sprites": [
"resources/showcase-icon.png"
]
}
}