-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
63 lines (63 loc) · 2.15 KB
/
config.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
{
"$schema": "https://raw.githubusercontent.com/Bedrock-OSS/regolith-schemas/main/config/v1.4.json",
"author": "NxmbersCib",
"name": "Fast Totem Reloaded",
"packs": {
"behaviorPack": "./src/main/resources/behavior",
"resourcePack": "./src/main/resources/assets"
},
"version": "0.1.0-beta",
"target": "1.21.30",
"regolith": {
"dataPath": "./src/main/js",
"filterDefinitions": {
"tesselator": {
"url": "github.com/TeseractMCS/regolith-filters",
"version": "2.0.1"
},
"packer": {
"url": "github.com/MCDevKit/regolith-library",
"version": "1.0.3"
}
},
"formatVersion": "1.4.0",
"profiles": {
"default": {
"export": {
"build": "standard",
"readOnly": false,
"target": "development"
},
"filters": [
{
"filter": "tesselator",
"settings": {
"minify": false
}
}
]
},
"export": {
"export": {
"build": "standard",
"readOnly": false,
"target": "development"
},
"filters": [
{
"filter": "tesselator",
"settings": {
"minify": false
}
},
{
"filter": "packer",
"settings": {
"output": "build/fast-totem-r@${config.version}+${config.target}.mcaddon"
}
}
]
}
}
}
}