initial commit
This commit is contained in:
commit
5dfd7f1986
294 changed files with 22656 additions and 0 deletions
29
config/forestry/crates.cfg
Normal file
29
config/forestry/crates.cfg
Normal file
|
@ -0,0 +1,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 <
|
||||
>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue