-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod.json
47 lines (47 loc) · 1.17 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
{
"geode": "1.3.1",
"version": "v1.0.0",
"id": "cgytrus.patcher",
"name": "Simple Patch Loader",
"developer": "ConfiG",
"description": "A simple patch loader.",
"repository": "https://github.com/cgytrus/SimplePatchLoader",
"issues": {
"info": "Report any issues you have on GitHub issues.",
"url": "https://github.com/cgytrus/SimplePatchLoader/issues"
},
"tags": [ "Customization" ],
"early-load": true,
"resources": {
"files": [
"resources/shaders/*.glsl"
]
},
"settings": {
"blur-fast": {
"name": "Blur Fast",
"type": "bool",
"default": false
},
"blur-amount": {
"name": "Blur Amount",
"type": "float",
"default": 0.1,
"min": 0.0,
"max": 1.0,
"control": {
"slider": true
}
},
"blur-time": {
"name": "Blur Time",
"type": "float",
"default": 0.1,
"min": 0.0,
"max": 5.0,
"control": {
"slider": true
}
}
}
}