-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.toml
More file actions
51 lines (43 loc) · 1.15 KB
/
project.toml
File metadata and controls
51 lines (43 loc) · 1.15 KB
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
config-version = '1.1.2'
###
# [ Datapack Builder ]
# This config file describes your datapack and the releases
###
# Options:
# title = <title>
# version = <version>
# name-format = <string w/ {} denotating output naming format>
# ex: '{title}-{version}-{release_name}'
# output-folder = <folder name to output>
title = 'EnderChest+'
version = 'v2.0.0'
name-format = '{title} {version} {release_name}'
[global]
###
# This defines rules for all releases
# Note that all options are optional
###
# Options:
# exclude = [<list of patterns>]
# only-allow = [<list of patterns>]
###
ignore = ['releases/*']
whitelist = ['*.json', '*.mcfunction', 'pack.png', 'pack.mcmeta']
[releases]
###
# This defines rules per release.
# Note that all options are optional.
###
# [releases.<name>]
# name = <override name of zipfile>
# ending = <alternative zip ext (.zip is default)>
# ignore = [<list of patterns>]
# replacer = {<if pat matches>: <replace contents of this file>}
# include = ['<list of included items'] (overrides ignore)
# [releases.<name>.replace]
# <pattern> = <replace>
# <pattern> = <replace>
# ...
###
[releases.standard]
name = ''