-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod.json
55 lines (55 loc) · 1.03 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
{
"geode": "4.0.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "yellowcat98.totem_of_undying",
"name": "Totem of Undying",
"version": "v1.1.2",
"developer": "YellowCat98",
"description": "",
"tags": [
"joke",
"cheats"
],
"resources": {
"sprites": [
"resources/*.png"
],
"spritesheets": {
"totemframes": [
"resources/totem_animframes/*.png"
]
},
"files": [
"resources/*.mp3",
"resources/*.plist"
]
},
"dependencies": [
{
"id": "geode.custom-keybinds",
"importance": "required",
"version": ">=1.10.0"
},
{
"id": "geode.node-ids",
"importance": "required",
"version": ">=1.18.0"
}
],
"settings": {
"show-button": {
"name": "Show Totem button",
"description": "Shows a Totem button next to the pause button while playing to trigger the totem of undying, This cannot be disabled on mobile.",
"type": "bool",
"default": false
}
},
"links": {
"source": "https://github.com/YellowCat98/TotemofUndying-gd"
}
}