12 lines
591 B
TOML
12 lines
591 B
TOML
|
|
[general]
|
|
#The material blacklist of this module. "*" is an alias for all materials, and "*" followed with a material type name is an alias for all materials of that material type. If a material name occurs an odd number of times (including wildcards), then the material is blacklisted. These rules applies to all config material blacklists.
|
|
materialBlacklist = []
|
|
|
|
[recipes]
|
|
#The materials that should not have crusher to dust recipes added.
|
|
toDustMaterialBlacklist = []
|
|
#The materials that should not have rolling to plate recipes added.
|
|
toCrystalMaterialBlacklist = []
|
|
|