forked from theripper93/blastzone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
43 lines (43 loc) · 1.24 KB
/
module.json
File metadata and controls
43 lines (43 loc) · 1.24 KB
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
{
"id": "ofm-blastzone",
"name": "ofm-blastzone",
"title": "FantasyMaps Blast Zone",
"description": "Blow up walls with templates, evolution and update to theripper93's original blastzone. Integrates with Fantasymaps Shared Worlds (enables you to destroy the world around you)",
"version": "0.2",
"library": "true",
"manifestPlusVersion": "1.2.0",
"authors": [
{
"name": "theripper93",
"email": "tsplab@gmail.com",
"url": "https://www.patreon.com/theripper93"
},
{
"name": "FantasyMaps [OpenHistoryMap team]",
"url": "https://www.fantasymaps.org",
"discord": "sirmmo#0100"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"esmodules": [
"./scripts/main.js",
"./scripts/BlastZone.js"
],
"styles": [
],
"minimumCoreVersion": 9,
"compatibleCoreVersion": "10.284.0",
"compatibility": {
"minimum": 9,
"verified": "10.284"
},
"url": "https://github.com/theripper93/blastzone",
"manifest": "https://github.com/theripper93/blastzone/releases/latest/download/module.json",
"download": "https://github.com/theripper93/blastzone/releases/latest/download/module.zip"
}