diff options
Diffstat (limited to 'config/forestry/crates.cfg')
-rw-r--r-- | config/forestry/crates.cfg | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/config/forestry/crates.cfg b/config/forestry/crates.cfg new file mode 100644 index 0000000..2970107 --- /dev/null +++ b/config/forestry/crates.cfg @@ -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 < + > + } + +} + + |