-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
62 lines (62 loc) · 1.6 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
{
"geode": "4.0.0-beta.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "alphadev.custom_profile_image",
"name": "Custom Profile Image",
"version": "v1.2.0",
"developer": "alphadev",
"tags": ["customization","offline","interface"],
"description": "Customize your profile with a custom image",
"resources": {
"sprites": [
"resources/*.png"
]
},
"repository": "https://github.com/Alphyyyy/Custom-Profile-Image",
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.17.0-alpha.2",
"importance": "required"
}
],
"settings": {
"image": {
"name": "Image File",
"description": "Path that leads to the image (leave blank for normal button), may not work with some images.",
"type": "file",
"default": "",
"control": {
"filters": [
{
"description": "Image Files",
"files": ["*.png","*.jpg","*.jpeg"]
}
]
}
},
"circleb": {
"name": "Circle Border",
"description": "Crops the image to make it a circle, and adds a border to it (Circle Button option must be unchecked to make this work).",
"type":"bool",
"default": false
},
"profile": {
"name": "Show in Profile Menu",
"description": "Shows the image in the Profile Menu, duh.",
"type": "bool",
"default": true
},
"showerror": {
"name": "Show invalid Image Error",
"description": "Shows error popup in menu if the loaded image is not valid.",
"type": "bool",
"default": true
}
}
}