Feature Request: Allow for specific configs per dimension
yungnickyoung opened this issue ยท 2 comments
From discord:
"is it physically possible to have this mod create specific configs per dimension? For example in ore controller, you can do the following:
"Generic {
# If true, then per-dimension configs named like 'orecontrol_dim1.cfg' will override the master config, if they exist
B:enablePerDimensionConfigs=false
}" "
Not sure on implementation for this, but I can probably create a folder in the config directory and store configs by dimension based on filename, e.g. dim1_config
. These files can be read in after the general config to override any default values for dimensions with specific settings.