blob: 29701073da95c388bd766dd0f9771dfb211cdcb4 (
plain)
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
|
# Configuration file
~CONFIG_VERSION: 1.0.0
crates {
items {
# Added items. The format is 'modid:meta:name'. For wildcard metadata the format is 'modid:name'. [default: ]
S:accepted <
>
# Blacklisted items. The format is 'modid:meta:name'. For wildcard metadata the format is 'modid:name'. [default: ]
S:rejected <
>
}
oredict {
# Added oredict. Format is 'oreDictName'. Regular expressions may also be used. See backpack config for more information. [default: ]
S:accepted <
>
# Blacklisted oredict. Format is 'oreDictName'. Regular expressions may also be used. See backpack config for more information. [default: ]
S:rejected <
>
}
}
|