26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/Bedrock-OSS/regolith-schemas/main/config/v1.4.json",
|
|
"author": "ForestOfLight",
|
|
"name": "Construct",
|
|
"packs": {
|
|
"behaviorPack": "./packs/BP",
|
|
"resourcePack": "./packs/RP"
|
|
},
|
|
"regolith": {
|
|
"dataPath": "./packs/data",
|
|
"filterDefinitions": {},
|
|
"formatVersion": "1.4.0",
|
|
"profiles": {
|
|
"default": {
|
|
"export": {
|
|
"build": "standard",
|
|
"readOnly": false,
|
|
"target": "development",
|
|
"rpName": "project.name+'[RP]'",
|
|
"bpName": "project.name+'[BP]'"
|
|
},
|
|
"filters": []
|
|
}
|
|
}
|
|
}
|
|
} |