-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod.json
85 lines (85 loc) · 2.53 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
{
"geode": "4.1.2",
"gd": {
"android": "2.2074",
"win": "2.2074",
"mac": "2.2074"
},
"version": "v1.4.6",
"id": "hiimjustin000.demons_in_between",
"name": "Demons In Between",
"developer": "hiimjustin000",
"description": "A mod that adds demon difficulties in between existing ones.",
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.12.0",
"importance": "required"
}
],
"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 Integration Override",
"description": "Whether or not to override the GDDP Integration difficulties.",
"type": "bool",
"default": false
}
},
"links": {
"community": "https://discord.gg/QVKmbvBXA7",
"source": "https://github.com/hiimjustin000/DemonsInBetween",
"homepage": "https://www.hiimjustin000.com"
},
"tags": [
"content",
"enhancement",
"interface",
"online"
]
}