-
Notifications
You must be signed in to change notification settings - Fork 1
/
mod.json
36 lines (36 loc) · 805 Bytes
/
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
{
"geode": "4.0.0-beta.1",
"gd": {
"win": "2.2074",
"mac": "2.2074",
"android": "2.2074"
},
"version": "v1.4.0-beta.5",
"id": "oatmealine.nlw_integration",
"name": "NLW Integration",
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.17.0-alpha.2",
"importance": "required"
}
],
"developer": "oatmealine",
"description": "Integrates the Non-Listworthy Extreme Demon spreadsheet into level pages",
"repository": "https://github.com/oatmealine/nlw-integration",
"resources": {
"spritesheets": {
"NLW_icons": [
"resources/*.png"
]
}
},
"settings": {
"use-demon-face": {
"name": "Use Demon Face",
"description": "Disables the tier text and lets you access the menu by clicking on the demon icon",
"type": "bool",
"default": false
}
}
}