-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbeet.json
More file actions
34 lines (34 loc) · 723 Bytes
/
beet.json
File metadata and controls
34 lines (34 loc) · 723 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
{
"name": "Beet Template",
"version": "1.3.0",
"description": "A pre-configured template to quickly set up your Minecraft Beet project.",
"author": "FoxedDev",
"output": "build",
"require": [
"bolt"
],
"data_pack": {
"load": [
"src"
]
},
"resource_pack": {
"load": [
"src"
]
},
"pipeline": [
"plugins.tagged_functions",
"plugins.data_pack_menu_dialog",
"mecha",
"plugins.pack_id",
"plugins.output_zip"
],
"meta": {
"data_pack_menu_dialog": {
"website_url": "https://github.com/foxeddev/beet-template",
"issues_url": "https://github.com/foxeddev/beet-template/issues",
"config_function": "beet_template:config"
}
}
}