-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
61 lines (61 loc) · 1.27 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
{
"geode": "3.7.1",
"gd": {
"android": "2.206",
"mac": "2.206",
"win": "2.206"
},
"version": "v0.2.0-alpha.1",
"id": "omgrod.amethyst_menu",
"name": "Amethyst Menu",
"developer": " OmgRod",
"description": "This mod menu combines the capabilities of multiple mod menus to make the ultimate mod menu!",
"dependencies": [
{
"id": "geode.node-ids",
"importance": "required",
"version": ">=1.13.1"
},
{
"id": "geode.custom-keybinds",
"importance": "required",
"platforms": ["win"],
"version": ">=1.7.1"
}
],
"resources": {
"files": [
"res/files/*"
],
"sprites": [
"res/sprites/*"
]
},
"links": {
"source": "https://github.com/OmgRod/AmethystMenu",
"community": "https://discord.gg/vK3DuqJwyW"
},
"repository": "https://github.com/OmgRod/AmethystMenu",
"settings": {
"font-size": {
"type": "float",
"min": 0.5,
"max": 2,
"default": 1,
"name": "Font size",
"description": "Font size of text on mod menu (RESTART REQUIRED)"
},
"theme": {
"type": "color",
"name": "Theme",
"description": "Color theme for the mod menu.",
"default": "#007acc"
},
"april-fools": {
"type": "bool",
"name": "April Fools",
"description": "Enables hacks to bring back old April Fools",
"default": false
}
}
}