-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod.json
87 lines (87 loc) · 2.65 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"geode": "4.2.0",
"gd": {
"android": "2.2074",
"win": "2.2074",
"mac": "2.2074"
},
"version": "v1.4.8",
"id": "hiimjustin000.demons_in_between",
"name": "Demons In Between",
"developer": "hiimjasmine00",
"description": "A mod that adds demon difficulties in between existing ones.",
"dependencies": {
"geode.node-ids": ">=v1.12.0"
},
"resources": {
"spritesheets": {
"DIB_IconSheet": [
"resources/IconSheet/*.png"
],
"DIB_LongSheet": [
"resources/LongSheet/*.png"
],
"DIB_ShortSheet": [
"resources/ShortSheet/*.png"
],
"DIB_LegendaryLongSheet": [
"resources/LegendaryLongSheet/*.png"
],
"DIB_LegendaryShortSheet": [
"resources/LegendaryShortSheet/*.png"
],
"DIB_MythicLongSheet": [
"resources/MythicLongSheet/*.png"
],
"DIB_MythicShortSheet": [
"resources/MythicShortSheet/*.png"
]
},
"sprites": [
"resources/*.png"
]
},
"settings": {
"enable-difficulties": {
"name": "Enable Demon Difficulties",
"description": "Whether or not to enable the additional demon difficulties.",
"type": "bool",
"default": true
},
"enable-legendary": {
"name": "Enable Legendary Textures",
"description": "Whether or not to enable the legendary difficulty textures.",
"type": "bool",
"default": true
},
"enable-mythic": {
"name": "Enable Mythic Textures",
"description": "Whether or not to enable the mythic difficulty textures.",
"type": "bool",
"default": true
},
"gddp-integration-override": {
"name": "GDDP Override",
"description": "Whether or not to override the GDDP difficulties.",
"type": "bool",
"default": false
},
"enable-demon-breakdown": {
"name": "Enable Demon Breakdown",
"description": "Whether or not to enable the demon breakdown in your profile.",
"type": "bool",
"default": true
}
},
"links": {
"community": "https://discord.gg/QVKmbvBXA7",
"source": "https://github.com/hiimjasmine00/DemonsInBetween",
"homepage": "https://www.hiimjustin000.com"
},
"tags": [
"content",
"enhancement",
"interface",
"online"
]
}