-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
31 lines (31 loc) · 845 Bytes
/
Copy pathmodule.json
File metadata and controls
31 lines (31 loc) · 845 Bytes
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
{
"id": "victory-lazy-loader",
"title": "Victory Lazy Loader",
"description": "Unpack whole folder hierarchies from compendiums into the world and repack them home again, in load order, so large worlds stay light for weak clients.",
"version": "2.1.4",
"authors": [
{
"name": "Victor S. (DatJavaClass)"
}
],
"compatibility": {
"minimum": "12",
"verified": "12.343",
"maximum": "14"
},
"esmodules": [
"scripts/vll.js"
],
"styles": [
"styles/vll.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"manifest": "https://github.com/DatJavaClass/VictoryLazyLoader/releases/latest/download/module.json",
"download": "https://github.com/DatJavaClass/VictoryLazyLoader/releases/download/v2.1.4/victory-lazy-loader-2.1.4.zip"
}