-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
40 lines (40 loc) · 839 Bytes
/
mod.json
File metadata and controls
40 lines (40 loc) · 839 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": "5.0.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "abb2k.demonify",
"tags": ["offline", "joke", "customization"],
"name": "demonify",
"version": "v1.0.7",
"developer": "abb2k",
"description": "Demons use the REAL demon difficulty!",
"settings": {
"remove-filters": {
"name": "Remove Filters",
"description": "Removes all filters other then the demon one",
"type": "bool",
"default": true
}
},
"dependencies": {
"geode.node-ids": ">=v1.10.0"
},
"incompatibilities": {
"itzkiba.grandpa_demon": {
"breaking": false,
"version": ">=v1.2.0"
},
"minemaker0430.gddp_integration": {
"breaking": false,
"version": ">=v1.0.0-beta.33"
},
"hiimjustin000.demons_in_between": {
"breaking": false,
"version": ">=v1.1.3"
}
}
}