-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 700 Bytes
/
config.json
File metadata and controls
34 lines (34 loc) · 700 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
{
"$schema": "https://raw.githubusercontent.com/Bedrock-OSS/regolith-schemas/main/config/v1.7.json",
"author": "ForestOfLight",
"name": "Understudy",
"packs": {
"behaviorPack": "./packs/BP",
"resourcePack": "./packs/RP"
},
"regolith": {
"dataPath": "./packs/data",
"filterDefinitions": {},
"formatVersion": "1.7.0",
"profiles": {
"default": {
"export": {
"build": "standard",
"readOnly": false,
"target": "development",
"bpName": "project.name"
},
"filters": []
},
"preview": {
"export": {
"build": "preview",
"readOnly": false,
"target": "development",
"bpName": "project.name"
},
"filters": []
}
}
}
}