Hourglass

Hourglass

1M Downloads

Add a global config file as well, and then let the worldside one overwrite it if needed

Yarden-zamir opened this issue ยท 3 comments

commented

I want specific settings for a modpack. currently I can do that with some workarounds but I'd prefer to do so using a global config.

commented

Unfortunately the way I have the configs organized is how MinecraftForge has intended them to be used going forward. Have you looked into using the defaultconfig folder? It is a folder Forge created with modpacks in mind, as it allows you to create custom settings for your modpack to apply to all new worlds. I may be able to help out with this if you'd like.

commented

Yea I can use that, a bit weird that they would go world-side, why would that be? What are the advantages?

commented

Funny enough, this comment on this reddit thread is the best documentation I could find about how the new config system works and why it is the way that it is.

Sounds to me that they wanted to have as much separation as possible between different worlds and different servers, allowing each one to have their own configurations.