config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
348be6b09f
128 changed files with 13500 additions and 1 deletions
9
config/cardinal-components-api.properties
Normal file
9
config/cardinal-components-api.properties
Normal file
|
@ -0,0 +1,9 @@
|
|||
# If set to false, warnings will not get logged when a component fails to be resolved (typically due to mods being removed)
|
||||
# Default value: true
|
||||
log-deserialization-warnings = true
|
||||
# If log-deserialization-warnings is enabled, warnings will be printed at most *this number of times* for every component type
|
||||
# Default value: 5
|
||||
max-deserialization-warnings = 5
|
||||
|
||||
# Internal value, do not edit or your changes may be arbitrarily reset
|
||||
config-version = 2
|
Loading…
Add table
Add a link
Reference in a new issue