forked from theripper93/Show-Walls-Everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
33 lines (33 loc) · 1.02 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
{
"name": "drawn-wall-generator",
"title": "Drawn Wall Generator",
"description": "Draws walls on the map layer based on the ones on the wall layer.",
"version": "1.1.2",
"authors": [
{
"name": "theripper93",
"email": "[email protected]",
"url": "https://www.patreon.com/theripper93"
},
{
"name": "Tobias Franz",
"url": "https://github.com/kid2407",
"discord": "kid2407 / Tobias#6450"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": [
"./scripts/main.js"
],
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.8",
"url": "https://github.com/kid2407/DrawnWallGenerator",
"manifest": "https://github.com/kid2407/DrawnWallGenerator/releases/latest/download/module.json",
"download": "https://github.com/kid2407/DrawnWallGenerator/releases/latest/download/module.zip"
}