forked from kandashi/Active-Auras
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
36 lines (36 loc) · 804 Bytes
/
module.json
File metadata and controls
36 lines (36 loc) · 804 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
32
33
34
35
36
{
"name": "ActiveAuras",
"title": "Active-Auras",
"description": "Active-Auras",
"author": "Kandashi",
"version": "0.1.32",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"packs": [
{
"name": "Active Auras premade",
"label": "Active Auras premade",
"path" : "packs/AuraItems",
"entity": "Item",
"module": "ActiveAuras"
}
],
"scripts": [
"src/aura.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"url": "https://github.com/kandashi/Active-Auras",
"manifest": "https://raw.githubusercontent.com/kandashi/Active-Auras/main/module.json",
"download": "https://github.com/kandashi/Active-Auras/archive/main.zip"
}