34 lines
1.2 KiB
TOML
34 lines
1.2 KiB
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 = []
|
|
|
|
#Configurations related to gas tags.
|
|
[gasTags]
|
|
#List of gas tags that should not be added.
|
|
blacklist = []
|
|
#List of gas tags that should be considered as defined.
|
|
customDefined = []
|
|
|
|
#Configurations related to infuse type tags.
|
|
[infuseTypeTags]
|
|
#List of infuse type tags that should not be added.
|
|
blacklist = []
|
|
#List of infuse type tags that should be considered as defined.
|
|
customDefined = []
|
|
|
|
#Configurations related to pigment tags.
|
|
[pigmentTags]
|
|
#List of infuse type tags that should not be added.
|
|
blacklist = []
|
|
#List of infuse type tags that should be considered as defined.
|
|
customDefined = []
|
|
|
|
#Configurations related to slurry tags.
|
|
[slurryTags]
|
|
#List of infuse type tags that should not be added.
|
|
blacklist = []
|
|
#List of infuse type tags that should be considered as defined.
|
|
customDefined = []
|
|
|