-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmodule.json
71 lines (71 loc) · 1.67 KB
/
module.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
{
"id": "betterroofs",
"title": "Better Roofs",
"description": "Vision enhancements for roofs",
"version": "1.1",
"authors": [
{
"name": "theripper93",
"email": "[email protected]",
"url": "https://www.patreon.com/theripper93"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"scripts": [
"scripts/main.js",
"scripts/roofs.js",
"scripts/helpers.js",
"scripts/config.js",
"scripts/occlusionlink.js"
],
"url": "https://github.com/theripper93/Better-Roofs",
"manifest": "https://github.com/theripper93/Better-Roofs/releases/latest/download/module.json",
"download": "https://github.com/theripper93/Better-Roofs/releases/download/0.9.0.1/module.zip",
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {}
}
],
"recommends": [
{
"id": "theripper-premium-hub",
"type": "module",
"reason": "TheRipper93's Module Hub will alert you of critical updates and give you easy access to documentation in the configure settings screen",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "12",
"verified": "12"
}
}