Multiple Config File Capability
TingoraUltrax opened this issue ยท 0 comments
Hoping that it's possible, but I would like to be able to split up my config file into multiple sorted config files like the following:
Config Files:
- config.yml - main/primary config file
- config-effect.yml - config file for brews with effects
- config-command.yml - config file for brews with commands
- config-particle.yml - config file for brews with particles
- config-misc.yml - config file for drinks that don't fall in the prior categories
Essentially aiming to be able to sort drinks or ingredients into different files so as not to have over 1000 drinks (I'm nearing 1000 now) in a single config file.
If someone has figured this out, please let me know. I'm looking into this right now and hoping that we can figure something out to sort things better than currently.